From 32e8c1f69c62052d86c02149a0cf6239b3255974 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 3 Apr 2022 13:26:28 -0400 Subject: [PATCH] Remove noisy Slack default user warning; refs #560 --- apprise/plugins/NotifySlack.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apprise/plugins/NotifySlack.py b/apprise/plugins/NotifySlack.py index ff7907a3..cd861478 100644 --- a/apprise/plugins/NotifySlack.py +++ b/apprise/plugins/NotifySlack.py @@ -316,10 +316,6 @@ class NotifySlack(NotifyBase): self.logger.warning(msg) raise TypeError(msg) - if not self.user: - self.logger.warning( - 'No user was specified; using "%s".' % self.app_id) - # Look the users up by their email address and map them back to their # id here for future queries (if needed). This allows people to # specify a full email as a recipient via slack