Removed now-useless debug statements
This commit is contained in:
@ -15,8 +15,6 @@ class GetTweets(Thread):
|
||||
|
||||
|
||||
def run(self):
|
||||
print 'debug: GetTweets.run(): start'
|
||||
|
||||
# username/Home entries need to load the appropriate Home feed
|
||||
if self.list_name == self.username + '/Home':
|
||||
statuses = self.api.GetHomeTimeline(count=self.num_entries)
|
||||
@ -51,8 +49,6 @@ class GetTweets(Thread):
|
||||
finally:
|
||||
gtk.gdk.threads_leave()
|
||||
|
||||
print 'debug: GetTweets.run(): finished'
|
||||
|
||||
|
||||
### End class GetTweets
|
||||
|
||||
|
Reference in New Issue
Block a user