Skip to content

Commit

Permalink
Debugging instruction forgotten
Browse files Browse the repository at this point in the history
  • Loading branch information
bortzmeyer committed Dec 22, 2012
1 parent 1fa84d7 commit a2f11a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SeenThis.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def post(self, message):
context.addGlobal ("message", unicode(message, encoding=myencoding))
result = simpleTALUtils.FastStringOutput()
self.template.expand (context, result, outputEncoding=outsideencoding)
print result.getvalue()
request = urllib2.Request(url=create_endpoint,
data=result.getvalue())
self._add_headers(request, post=True)
Expand Down

0 comments on commit a2f11a1

Please sign in to comment.