Guess I should make sure I delete the debug line and not the code line

This commit is contained in:
James Vega 2004-01-08 23:45:22 +00:00
parent c6a6fd47b7
commit db16ba33ad

View File

@ -168,7 +168,7 @@ class Weather(callbacks.Privmsg):
conds = self._condregex.search(html)
if conds:
conds = conds.group(1)
self.log.warning(repr(self._chillregex))
chill = self._chillregex.search(html)
if chill:
#self.log.warning(chill.groups())
chill = chill.group(1)