remove debug

This commit is contained in:
Ryan Huber 2015-03-04 13:02:14 -08:00
parent fa6e0e1c77
commit a907737aa6

View file

@ -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):