From be9d06c600ad55c5b2687a1c8c93871437d067c0 Mon Sep 17 00:00:00 2001
From: Artem <106631540+rzc0d3r@users.noreply.github.com>
Date: Sat, 27 Apr 2024 20:38:34 +0300
Subject: [PATCH] Update main.py

---
 main.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main.py b/main.py
index 5a2017cc28..08141f66d2 100644
--- a/main.py
+++ b/main.py
@@ -148,7 +148,6 @@ def read_email(self):
             raise RuntimeError('SecEmailAPI: API access error!')
         if r.status_code != 200:
             raise RuntimeError('SecEmailAPI: API access error!')
-        print('---\n', r.json(), '\n---')
         return r.json()
     
     def get_message(self, message_id):