Clean up interact method.

This commit is contained in:
Bill Dengler
2015-05-12 20:50:17 -04:00
parent 7b2cf28f68
commit 2fa17ee51f
3 changed files with 2 additions and 4 deletions

View File

@@ -437,8 +437,6 @@ class baseBufferController(bufferController):
@_tweets_exist
def interact(self):
"Select the best action for the currently focused tweet (audio, geocode, URL, etc)."
#debugging (remove when issue is closed).
print "Interact method invoked"
tweet = self.get_tweet()
urls = utils.find_urls(tweet)
#handle audio tweets.