From ef794aecb0ce22d772be4a77f7d15a2061eb646a Mon Sep 17 00:00:00 2001 From: James Vega Date: Sat, 31 Jan 2004 00:34:46 +0000 Subject: [PATCH] Removed some debugging logs --- plugins/Debian.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Debian.py b/plugins/Debian.py index b4adf58ad..5afdbc72c 100644 --- a/plugins/Debian.py +++ b/plugins/Debian.py @@ -215,7 +215,7 @@ class Debian(callbacks.Privmsg, 'Please try again later.') return pkgs = self._deblistre.findall(html) - self.log.warning(pkgs) + #self.log.warning(pkgs) if not pkgs: irc.reply('No package found for %s (%s)' % (urllib.unquote(package), branch)) @@ -307,8 +307,8 @@ class Debian(callbacks.Privmsg, except webutils.WebError, e: irc.error(e) packages = [] - self.log.warning(section) - self.log.warning(glob) + #self.log.warning(section) + #self.log.warning(glob) for line in fd: m = self._newpkgre.search(line) if m: