Skip to content

Commit

Permalink
disable debug info...
Browse files Browse the repository at this point in the history
  • Loading branch information
oczkers committed Oct 18, 2017
1 parent a42ad73 commit b8759b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fut/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def send(self, events):
"is_sess": self.sid != '',
"custom": self.custom,
"events": events}
print(data) # DEBUG
# print(data) # DEBUG
self.r.options(pin_url)
rc = self.r.post(pin_url, data=json.dumps(data)).json()
if rc['status'] != 'ok':
Expand Down

0 comments on commit b8759b5

Please sign in to comment.