Removed now useless debug statement

This commit is contained in:
Anna 2010-04-15 00:08:12 -04:00
parent 7d997b16f0
commit 66fb5b3dc6

View File

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