Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 682e29f

Browse files
committed
Remove print.
1 parent 7822c1e commit 682e29f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stream/client.py

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def create_jwt_token(self, resource, action, feed_id=None, user_id=None):
149149
payload['feed_id'] = feed_id
150150
if user_id is not None:
151151
payload['user_id'] = user_id
152-
print payload
153152
return jwt.encode(payload, self.api_secret)
154153

155154
def _make_request(self, method, relative_url, signature, params=None, data=None):

0 commit comments

Comments
 (0)