Skip to content

Commit 43d0453

Browse files
remove log
1 parent b3ddb0f commit 43d0453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def write_to_storage(backup_msg):
179179
msg_path = os.path.join(get_ephemeral_path(), f'{enc_hash_str}.msg')
180180
with open(msg_path,'w', encoding='utf-8') as msg_file:
181181
msg_file.write(str(enc_msg))
182-
print(f'Message written: {enc_hash_str}')
183182

184183

185184
def get_signing_key():

0 commit comments

Comments
 (0)