From a907737aa62a50ca1719679966a4e92a976fcc47 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Wed, 4 Mar 2015 13:02:14 -0800 Subject: [PATCH] remove debug --- rtmbot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rtmbot.py b/rtmbot.py index ac2c9dd..bc0669c 100755 --- a/rtmbot.py +++ b/rtmbot.py @@ -41,7 +41,6 @@ class RtmBot(object): #hardcode the interval to 3 seconds now = int(time.time()) if now > self.last_ping + 3: - print 'ping' self.slack_client.server.ping() self.last_ping = now def input(self, data):