summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ht.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ht.erl b/src/ht.erl
index 7b397b0..68a7b59 100644
--- a/src/ht.erl
+++ b/src/ht.erl
@@ -231,7 +231,6 @@ new_tree_test_() ->
append_test() ->
lists:foreach(
fun(X) -> L = lists:sublist(?TEST_VECTOR_LEAVES, X),
- io:format("~p~n", [L]),
?assertEqual(
mth(L),
gethash((mkhead(L))#head.tree))