mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Removed some debugging logs
This commit is contained in:
parent
1e76f3af70
commit
ef794aecb0
@ -215,7 +215,7 @@ class Debian(callbacks.Privmsg,
|
|||||||
'Please try again later.')
|
'Please try again later.')
|
||||||
return
|
return
|
||||||
pkgs = self._deblistre.findall(html)
|
pkgs = self._deblistre.findall(html)
|
||||||
self.log.warning(pkgs)
|
#self.log.warning(pkgs)
|
||||||
if not pkgs:
|
if not pkgs:
|
||||||
irc.reply('No package found for %s (%s)' %
|
irc.reply('No package found for %s (%s)' %
|
||||||
(urllib.unquote(package), branch))
|
(urllib.unquote(package), branch))
|
||||||
@ -307,8 +307,8 @@ class Debian(callbacks.Privmsg,
|
|||||||
except webutils.WebError, e:
|
except webutils.WebError, e:
|
||||||
irc.error(e)
|
irc.error(e)
|
||||||
packages = []
|
packages = []
|
||||||
self.log.warning(section)
|
#self.log.warning(section)
|
||||||
self.log.warning(glob)
|
#self.log.warning(glob)
|
||||||
for line in fd:
|
for line in fd:
|
||||||
m = self._newpkgre.search(line)
|
m = self._newpkgre.search(line)
|
||||||
if m:
|
if m:
|
||||||
|
Loading…
Reference in New Issue
Block a user