Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Apr 25, 2020
1 parent 2f40406 commit 58213fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ def read_string(fp, wide=False):

# decode string
result = buf[:end]
print(repr(result))

if wide:
result = result.decode('utf-16')
Expand Down

0 comments on commit 58213fa

Please sign in to comment.