Commented out a debug.printf.

This commit is contained in:
Jeremy Fincher 2003-11-17 03:42:56 +00:00
parent 8ec0a350a0
commit 398045b1e4

View File

@ -131,7 +131,7 @@ class Ebay(callbacks.PrivmsgCommandAndRegexp, plugins.Configurable):
if not self.configurables.get('snarfer', channel=msg.args[0]):
return
url = match.group(0)
debug.printf(url)
#debug.printf(url)
self._getResponse(irc, msg, url, snarf=True)
ebaySnarfer = privmsgs.urlSnarfer(ebaySnarfer)