We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ddb0f commit 43d0453Copy full SHA for 43d0453
main.py
@@ -179,7 +179,6 @@ def write_to_storage(backup_msg):
179
msg_path = os.path.join(get_ephemeral_path(), f'{enc_hash_str}.msg')
180
with open(msg_path,'w', encoding='utf-8') as msg_file:
181
msg_file.write(str(enc_msg))
182
- print(f'Message written: {enc_hash_str}')
183
184
185
def get_signing_key():
0 commit comments