Skip to content

Commit 9576232

Browse files
committed
debug junk
1 parent 33ef6db commit 9576232

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bbot/test/test_step_1/test_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,6 @@ def test_simhash_similarity(helpers):
11091109
very_similarity = simhash.similarity(base_hash, very_hash)
11101110
complete_similarity = simhash.similarity(base_hash, completely_hash)
11111111

1112-
print("@@@@")
11131112
print(f"Identical: {identical_similarity:.3f}")
11141113
print(f"Slightly different: {slight_similarity:.3f}")
11151114
print(f"Moderately different: {moderate_similarity:.3f}")

0 commit comments

Comments
 (0)