*Someone* forgot to remove the debug logging.

This commit is contained in:
James Vega 2004-04-16 15:19:14 +00:00
parent e29c4eb2ff
commit 68766a5c91

View File

@ -167,7 +167,6 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp):
def _getTrackerInfo(self, url):
try:
s = webutils.getUrl(url)
self.log.warning(s)
resp = []
head = ''
m = self._linkType.search(s)