diff options
| author | Devendra | 2013-07-10 10:39:58 +0530 | 
|---|---|---|
| committer | Devendra | 2013-07-10 10:39:58 +0530 | 
| commit | e65cc45e333cc33d19b97b5f93e69121ca2beffa (patch) | |
| tree | 284435394f510ab1cd165fdac9b7bded5709dc83 /python-tornado/Pubnub.py | |
| parent | dd2e5481c7b0f96d8caae5a613db0c407711999d (diff) | |
| download | pubnub-python-e65cc45e333cc33d19b97b5f93e69121ca2beffa.tar.bz2 | |
adding makefiles for version updates
Diffstat (limited to 'python-tornado/Pubnub.py')
| -rw-r--r-- | python-tornado/Pubnub.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/python-tornado/Pubnub.py b/python-tornado/Pubnub.py index 0d78a86..55ca7ca 100644 --- a/python-tornado/Pubnub.py +++ b/python-tornado/Pubnub.py @@ -63,7 +63,6 @@ class Pubnub(PubnubCoreAsync):      def _request( self, request, callback ) :          url = self.getUrl(request) -        print url          ## Send Request Expecting JSON Response          #print self.headers          request = tornado.httpclient.HTTPRequest( url, 'GET', self.headers, connect_timeout=310, request_timeout=310 )  | 
