Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
themartorana committed Jun 20, 2014
1 parent c70b970 commit a568d3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion postmark/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ def send(self, test=None):
result.close()
if result.code == 200:
results = json.loads(jsontxt)
print results
for i in range(0, len(results)):
self.__messages[i].message_id = results[i].get("MessageID", None)
else:
Expand Down

0 comments on commit a568d3e

Please sign in to comment.