Remove desktop notification when update fails

We're already logging this and populating the "update_error" formatter,
so this is redundant.
This commit is contained in:
Erik Johnson 2016-10-19 21:37:03 -05:00
parent 86f1248a85
commit 4c5466d2d6

View File

@ -430,8 +430,6 @@ class Github(IntervalModule):
if self.failed_update \
else ''
self.refresh_display()
if self.failed_update:
self.notify('Error occurred updating module. See log for details.')
@require(internet)
def update_status(self):