mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 16:12:42 +01:00
Merge pull request #969 from nyuszika7h/fix/google/calc/remove-debug
Google: calc: Remove leftover HTML dump debug code
This commit is contained in:
commit
c58399730b
@ -320,7 +320,6 @@ class Google(callbacks.PluginRegexp):
|
||||
match = self._calcRe3.search(html)
|
||||
if not match:
|
||||
irc.reply("I could not find an output from Google Calc for: %s" % expr)
|
||||
self.log.info("HTML: {0}".format(html))
|
||||
return
|
||||
else:
|
||||
s = match.group(1)
|
||||
|
Loading…
Reference in New Issue
Block a user