Skip to content

Commit 12b36be

Browse files
author
Shakeel Mohamed
committed
remove print statement from example
1 parent ad4db9b commit 12b36be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/async/async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def request(url, message, **kwargs):
191191
response = opener.open(request)
192192
except Exception as e:
193193
response = e
194-
print e
195194

196195
# Normalize the response to something the SDK expects, and
197196
# return it.

0 commit comments

Comments
 (0)