removing debug code is good

This commit is contained in:
James Vega 2004-01-13 05:56:17 +00:00
parent 6c1e115434
commit 8eb9effe6f
1 changed files with 1 additions and 4 deletions

View File

@ -215,7 +215,6 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp, configurable.Mixin):
raise callbacks.ArgumentError
try:
url = self._getTrackerURL(project, self._bugLink, status)
self.log.warning(url)
except TrackerError, e:
irc.error('%s. Can\'t find the Bugs link.' % e)
return
@ -247,7 +246,7 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp, configurable.Mixin):
raise callbacks.ArgumentError
try:
url = self._getTrackerURL(project, self._bugLink, status)
self.log.warning(url)
#self.log.warning(url)
except TrackerError, e:
irc.error('%s. Can\'t find the Bugs link.' % e)
return
@ -282,7 +281,6 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp, configurable.Mixin):
raise callbacks.ArgumentError
try:
url = self._getTrackerURL(project, self._rfeLink, status)
self.log.warning(url)
except TrackerError, e:
irc.error('%s. Can\'t find the RFEs link.' % e)
return
@ -314,7 +312,6 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp, configurable.Mixin):
raise callbacks.ArgumentError
try:
url = self._getTrackerURL(project, self._rfeLink, status)
self.log.warning(url)
except TrackerError, e:
irc.error('%s. Can\'t find the RFEs link.' % e)
return