Merge pull request #691 from cristianmiranda/github_remove_error_print_on_exception
[github]: Remove error print on exception catch
This commit is contained in:
commit
38e54a7c81
1 changed files with 0 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue