Skip to content

Commit

Permalink
Merge pull request #90 from pegler/master
Browse files Browse the repository at this point in the history
Remove debugging print from django/message.py
  • Loading branch information
richleland committed Mar 21, 2016
2 parents b39fda7 + 8ed9323 commit d5bb1e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sparkpost/django/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ def __init__(self, message):
'data': content,
'type': mimetype
})
print(message.attachments)

return super(SparkPostMessage, self).__init__(formatted)

0 comments on commit d5bb1e9

Please sign in to comment.