Remove commented code

This commit is contained in:
kad 2010-08-01 19:02:55 -05:00
parent 257562f0d0
commit 9022159c87
1 changed files with 0 additions and 8 deletions

View File

@ -69,14 +69,6 @@ class GoogleTranslate(Module):
translation = translation.replace('\\\\', '\\')
#translation = translation.replace('\\u0026quot;', '"')
#translation = translation.replace('\\u0026amp;', '&')
#translation = translation.replace('\\u003c', '<')
#translation = translation.replace('\\u0026lt;', '<')
#translation = translation.replace('\\u003e', '>')
#translation = translation.replace('\\u0026gt;', '>')
#translation = translation.replace('\\u0026#39;', '\'')
return self.reply(connection, replypath, translation)
# vi:tabstop=4:expandtab:autoindent