mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
Remove unicode debugging prints.
(imported from commit 111a7e4c78537d4986c8b43c319d3c560f3cecb6)
This commit is contained in:
@@ -164,8 +164,6 @@ class Zephyr(models.Model):
|
||||
try:
|
||||
new_content = self.content.decode("utf-8")
|
||||
except:
|
||||
print "Unicode issues!"
|
||||
print self.content
|
||||
new_content = self.content
|
||||
return {'id' : self.id,
|
||||
'sender_email' : self.sender.user.email,
|
||||
|
||||
Reference in New Issue
Block a user