mirror of
https://github.com/caronc/apprise.git
synced 2025-01-03 20:49:19 +01:00
Remove noisy Slack default user warning; refs #560
This commit is contained in:
parent
b130e0e39a
commit
32e8c1f69c
@ -316,10 +316,6 @@ class NotifySlack(NotifyBase):
|
|||||||
self.logger.warning(msg)
|
self.logger.warning(msg)
|
||||||
raise TypeError(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
|
# 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
|
# id here for future queries (if needed). This allows people to
|
||||||
# specify a full email as a recipient via slack
|
# specify a full email as a recipient via slack
|
||||||
|
Loading…
Reference in New Issue
Block a user