Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 987c230

Browse files
committed
Removed debug statement.
1 parent 016a04a commit 987c230

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tornadio/polling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ def post(self, *args, **kwargs):
167167
else:
168168
data = self.get_argument('data', None)
169169

170-
print data
171-
172170
self.async_callback(self.session.raw_message)(data)
173171

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

0 commit comments

Comments
 (0)