remove prints on example

This commit is contained in:
Ryan Huber 2014-11-17 17:30:38 -08:00
parent 7f56355ef7
commit 29fbb30c75
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@ crontable = []
outputs = []
def process_message(data):
print data
if data['channel'].startswith("D"):
outputs.append([data['channel'], "from repeat1: " + data['text']])

View file

@ -3,7 +3,6 @@ crontable = []
outputs = []
def process_message(data):
print data
if data['channel'].startswith("D"):
outputs.append([data['channel'], "from repeat2: " + data['text']])