aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2014-06-18 02:52:07 +0530
committerDevendra2014-06-18 02:52:07 +0530
commit0c1fc0de0c8f174eb6a2db9664394262c14b9880 (patch)
treedaa9504fd4646133a19c8441c8897a6f50f8c7b3
parent2504fdad66f5372f8200e3b1b340c5043cc3e745 (diff)
downloadpubnub-python-0c1fc0de0c8f174eb6a2db9664394262c14b9880.tar.bz2
removing debug print
-rw-r--r--Pubnub.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pubnub.py b/Pubnub.py
index b9ac961..933a139 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -802,7 +802,6 @@ class PubnubBase(object):
if ("urlparams" in request):
url = url + '?' + "&".join([x + "=" + str(y) for x, y in request[
"urlparams"].items() if y is not None])
- print(url)
return url