1 files changed, 0 insertions(+), 1 deletions(-)

M infocalypse/chk.py
M infocalypse/chk.py +0 -1
@@ 56,7 56,6 @@ def chk_to_bytes(chk):
 
     assert chk.startswith(b'CHK@')
     # NO / or filename allowed.
-    print(chk, len(chk))
     assert len(chk) == ENCODED_CHK_SIZE
     fields = chk[4:].split(b',')
     assert len(fields) == 3