Removed a print statement

This commit is contained in:
James Vega 2003-03-31 02:09:24 +00:00
parent a2d004b3bd
commit fc0bbc34d2

View File

@ -152,7 +152,6 @@ class Http(callbacks.Privmsg):
seen = self._gkseen.search(profile).group(1) seen = self._gkseen.search(profile).group(1)
if profile.find('Team:') >= 0: if profile.find('Team:') >= 0:
team = self._gkteam.search(profile).group(1) team = self._gkteam.search(profile).group(1)
print team
irc.reply(msg, '%s (team: %s) is rated %s and has %s active ' \ irc.reply(msg, '%s (team: %s) is rated %s and has %s active ' \
'games and a record of W-%s, L-%s, D-%s. ' \ 'games and a record of W-%s, L-%s, D-%s. ' \
'%s was last seen on Gameknot %s' % \ '%s was last seen on Gameknot %s' % \