aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
Diffstat (limited to 'Pubnub.py')
-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