diff --git a/bumblebee_status/modules/contrib/github.py b/bumblebee_status/modules/contrib/github.py index abcdfa5..07b8ea0 100644 --- a/bumblebee_status/modules/contrib/github.py +++ b/bumblebee_status/modules/contrib/github.py @@ -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):