Skip to content

Commit a907737

Browse files
committed
remove debug
1 parent fa6e0e1 commit a907737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rtmbot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def autoping(self):
4141
#hardcode the interval to 3 seconds
4242
now = int(time.time())
4343
if now > self.last_ping + 3:
44-
print 'ping'
4544
self.slack_client.server.ping()
4645
self.last_ping = now
4746
def input(self, data):

0 commit comments

Comments
 (0)