From 398045b1e4ac03306f222204518244d17955a467 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 17 Nov 2003 03:42:56 +0000 Subject: [PATCH] Commented out a debug.printf. --- plugins/Ebay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Ebay.py b/plugins/Ebay.py index 40684f61a..007344f79 100644 --- a/plugins/Ebay.py +++ b/plugins/Ebay.py @@ -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)