prints removed

parent 051b2304
......@@ -336,8 +336,6 @@ class Operator(ObjectResource):
if self.schedule:
json['results']['schedule']=[]
for record in self.schedule:
print record
print "the length of the operator schedule is ", len(record)
if len(record)==3:
json['results']['schedule'].append({
'stationId':record[0].id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment