mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 14:14:37 +01:00
Commented out some debugging log statements (yes, I realize they were in a
huge comment block already)
This commit is contained in:
parent
69ce95d500
commit
93d3d78ccb
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user