Skip to content
Snippets Groups Projects
Commit 8abd1e2d authored by Florian Burgener's avatar Florian Burgener
Browse files

Remove useless print

parent 919b2d5f
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,6 @@ def main():
for x in decrypted_data:
decoded_data += x.to_bytes((x.bit_length() + 7) // 8, "little").decode("utf-8")
print(decoded_data)
print(decoded_data)
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment