From da782654b2d604d40e6f486ffc3650a282ba3fde Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Thu, 20 Mar 2014 16:25:31 +0100 Subject: [PATCH] remove warning when SMTP is not configured as notifcation backend --- isso/core.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/isso/core.py b/isso/core.py index c3f3fd2..3bcfeb3 100644 --- a/isso/core.py +++ b/isso/core.py @@ -167,11 +167,6 @@ class Config: logger.info("Your `session-key` has been stored in the " "database itself, this option is now unused") - if rv.get("smtp", "username") and not rv.get("general", "notify"): - logger.warn(("SMTP is no longer enabled by default, add " - "`notify = smtp` to the general section to " - "enable SMTP nofications.")) - return rv