Skip to content

Commit

Permalink
Remove nonsense print statement ......
Browse files Browse the repository at this point in the history
  • Loading branch information
dschreij committed May 2, 2016
1 parent ae89a01 commit 8920c96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QNotifications/QNotificationArea.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def __delete_notification(self, notification=None):
self.layout().removeWidget(notification)
self.adjustSize()
# Hide notification area if it doesn't contain any items
print(self.layout().count())
if self.layout().count() == 0:
self.hide()

Expand Down

0 comments on commit 8920c96

Please sign in to comment.