Commented out some debugging log statements (yes, I realize they were in a

huge comment block already)
This commit is contained in:
James Vega 2003-12-04 02:04:56 +00:00
parent 69ce95d500
commit 93d3d78ccb
1 changed files with 2 additions and 2 deletions

View File

@ -277,9 +277,9 @@ class Amazon(callbacks.Privmsg):
}
s = '"%(title)s", from %(publisher)s.%(url)s'
try:
self.log.warning(category)
#self.log.warning(category)
items = amazon.browseBestSellers(category)
self.log.warning(items)
#self.log.warning(items)
res = self._genResults(s, attribs, items, url)
if res:
irc.reply(msg, utils.commaAndify(res))