diff --git a/mytwitter.py b/mytwitter.py index cb2c4a6..df95c16 100755 --- a/mytwitter.py +++ b/mytwitter.py @@ -245,7 +245,6 @@ class MyTwitter(): # Name is the name of a pane, with the 'user: ' in place def check_following(self, name): - print 'debug check_following(' + name + ')' screen_name = re.sub('user: ', '', name) relationship = self.api.ShowFriendships(target_screen_name=screen_name) return relationship.source.following