Skip to content

Commit

Permalink
Removed debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoes committed Apr 28, 2011
1 parent 016a04a commit 987c230
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tornadio/polling.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ def post(self, *args, **kwargs):
else:
data = self.get_argument('data', None)

print data

self.async_callback(self.session.raw_message)(data)

self.set_header('Content-Type', 'text/plain')
Expand Down

0 comments on commit 987c230

Please sign in to comment.