- Remove one log which causes too much log spam
This commit is contained in:
parent
822865e909
commit
3e291c565e
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ class Discover:
|
|||
|
||||
def add_notification_message(self, bus, message):
|
||||
args = message.get_args_list()
|
||||
logging.warning(args)
|
||||
noti = {"title": "%s" % (args[3]), "body": "%s" % (args[4]),
|
||||
"icon": "%s" % (args[2]), "cmd": "%s" % (args[0]), "time": time.time()}
|
||||
if len(args) > 6:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue