aboutsummaryrefslogtreecommitdiffstats
path: root/trie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'trie.cpp')
-rw-r--r--trie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/trie.cpp b/trie.cpp
index 51735ed9..b28be8b1 100644
--- a/trie.cpp
+++ b/trie.cpp
@@ -268,7 +268,7 @@ BOOST_AUTO_TEST_CASE(trieStess)
m.erase(k);
if (!d.check(true))
{
- cwarn << m;
+ // cwarn << m;
for (auto i: d)
cwarn << i.first.toString() << i.second.toString();