mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Google: calc: Remove leftover HTML dump debug code
It spams the logs. Even worse, it uses log.info().
This commit is contained in:
parent
733349cb4a
commit
e289a63b14
@ -320,7 +320,6 @@ class Google(callbacks.PluginRegexp):
|
|||||||
match = self._calcRe3.search(html)
|
match = self._calcRe3.search(html)
|
||||||
if not match:
|
if not match:
|
||||||
irc.reply("I could not find an output from Google Calc for: %s" % expr)
|
irc.reply("I could not find an output from Google Calc for: %s" % expr)
|
||||||
self.log.info("HTML: {0}".format(html))
|
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
s = match.group(1)
|
s = match.group(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user