Merge pull request #691 from cristianmiranda/github_remove_error_print_on_exception

[github]: Remove error print on exception catch
This commit is contained in:
tobi-wan-kenobi 2020-08-21 16:50:53 +02:00 committed by GitHub
commit 38e54a7c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,6 @@ class Module(core.module.Module):
self.__label += "/".join(counts)
except Exception as err:
print(err)
self.__label = "n/a"
def __getUnreadNotificationsCountByReason(self, notifications, reason):