Remove commented code
This commit is contained in:
parent
257562f0d0
commit
9022159c87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user