mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
*Someone* forgot to remove the debug logging.
This commit is contained in:
parent
e29c4eb2ff
commit
68766a5c91
@ -167,7 +167,6 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp):
|
|||||||
def _getTrackerInfo(self, url):
|
def _getTrackerInfo(self, url):
|
||||||
try:
|
try:
|
||||||
s = webutils.getUrl(url)
|
s = webutils.getUrl(url)
|
||||||
self.log.warning(s)
|
|
||||||
resp = []
|
resp = []
|
||||||
head = ''
|
head = ''
|
||||||
m = self._linkType.search(s)
|
m = self._linkType.search(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user