Removed now-useless debug statements
This commit is contained in:
parent
b9965dc75c
commit
1f16b491fa
2 changed files with 0 additions and 6 deletions
|
@ -70,8 +70,6 @@ class TweetPane(gtk.ScrolledWindow):
|
|||
|
||||
|
||||
def update_window(self, statuses):
|
||||
print 'debug: TweetPane.update_window(): ' + self.list_name
|
||||
|
||||
if self.updated_once is False:
|
||||
self.updated_once = True
|
||||
|
||||
|
|
Reference in a new issue