Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Commit

Permalink
Oops - remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jamii committed Oct 21, 2011
1 parent 84b3eae commit a0cc680
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/th_bit_tree.erl
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,7 @@ prop_update_gap() ->
receive
{gap, Gap} ->
Gap2 = length(Nearer),
if
Gap2 == Gap ->true;
true ->

io:format("~p in ~p~n", [Gap, Nearer]), false
end
Gap == Gap2
end
end
)
Expand Down

0 comments on commit a0cc680

Please sign in to comment.