Removed now useless debug statement
This commit is contained in:
parent
7d997b16f0
commit
66fb5b3dc6
|
@ -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
|
||||
|
|
Reference in New Issue
Block a user