From ad92a42e8439337cfde346fa84e75a5f91164eac Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Sun, 6 Jun 2021 15:34:47 +0530
Subject: remove unnecessary print statement

---
 app/misc_func.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'app')

diff --git a/app/misc_func.py b/app/misc_func.py
index 73e920d..5c410f4 100644
--- a/app/misc_func.py
+++ b/app/misc_func.py
@@ -23,5 +23,4 @@ def send(to, subject, body, body_html,thread=True):
 
 def send_async(app, message):
     with app.app_context():
-        message.send()
-        print("Mail Sent")
\ No newline at end of file
+        message.send()
\ No newline at end of file
-- 
cgit v1.2.3