aboutsummaryrefslogtreecommitdiffstats
path: root/common/PubnubBase.py
diff options
context:
space:
mode:
authorDevendra2014-04-22 23:12:05 +0530
committerDevendra2014-04-22 23:12:05 +0530
commit4926061ebebbc060d14feac9c9d6b13880205724 (patch)
tree332860ffc43e35b8ee22b7ccfa9c31df53307d34 /common/PubnubBase.py
parent5d6a3e1356182663b03d62f9258d38459d49017e (diff)
downloadpubnub-python-4926061ebebbc060d14feac9c9d6b13880205724.tar.bz2
improvements to dev console
Diffstat (limited to 'common/PubnubBase.py')
-rw-r--r--common/PubnubBase.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/PubnubBase.py b/common/PubnubBase.py
index 585be70..522c69f 100644
--- a/common/PubnubBase.py
+++ b/common/PubnubBase.py
@@ -421,5 +421,4 @@ class PubnubBase(object):
]) for bit in request["urlcomponents"]])
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