From fc0bbc34d28e220f2aa5045583c862767c596c53 Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 31 Mar 2003 02:09:24 +0000 Subject: [PATCH] Removed a print statement --- plugins/Http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Http.py b/plugins/Http.py index 0f99668d2..b24751480 100644 --- a/plugins/Http.py +++ b/plugins/Http.py @@ -152,7 +152,6 @@ class Http(callbacks.Privmsg): seen = self._gkseen.search(profile).group(1) if profile.find('Team:') >= 0: team = self._gkteam.search(profile).group(1) - print team irc.reply(msg, '%s (team: %s) is rated %s and has %s active ' \ 'games and a record of W-%s, L-%s, D-%s. ' \ '%s was last seen on Gameknot %s' % \