Skip to content

Commit

Permalink
removed redudant debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeggiCH committed Nov 1, 2023
1 parent d8a7609 commit 50f1e94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion encryption.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def decrypt(pw,encrypted_data) -> str:
f = Fernet(key)
# and encrypt something

if (debug): print ("cleartext is ",token)
try:
cleartext = f.decrypt(encrypted_data)
if (debug): print ("cleartext is ",cleartext.decode())
Expand Down

0 comments on commit 50f1e94

Please sign in to comment.