Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
binux committed Oct 5, 2014
1 parent 3fe7a69 commit 7de5041
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproxy.py
Expand Up @@ -128,7 +128,6 @@ def proxy(self, method, url, headers, body, **kwargs):
for each in set_cookie:
result.headers.add('set-cookie', self.set_cookie_re.sub('', each))

print kwargs
if kwargs.get('_callback'):
self.set_header('Content-Type', 'application/javascript')
self.finish('%s(%s)' % (json.dumps(kwargs['_callback']), json.dumps(result.body)))
Expand Down

0 comments on commit 7de5041

Please sign in to comment.