aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wee_slack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index bdf699f..9402990 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -188,7 +188,7 @@ class EventRouter(object):
for team_id, team in self.teams.iteritems():
if not team.connected:
team.connect()
- print team
+ dbg("reconnecting {}".format(team))
def receive_ws_callback(self, team_hash):
"""