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