diff options
| author | Devendra | 2014-06-18 02:52:07 +0530 |
|---|---|---|
| committer | Devendra | 2014-06-18 02:52:07 +0530 |
| commit | 0c1fc0de0c8f174eb6a2db9664394262c14b9880 (patch) | |
| tree | daa9504fd4646133a19c8441c8897a6f50f8c7b3 | |
| parent | 2504fdad66f5372f8200e3b1b340c5043cc3e745 (diff) | |
| download | pubnub-python-0c1fc0de0c8f174eb6a2db9664394262c14b9880.tar.bz2 | |
removing debug print
| -rw-r--r-- | Pubnub.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
