Skip to content

Commit

Permalink
FW-602. remove the print debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
changtengfei committed Jun 12, 2017
1 parent 7ad8a9c commit 4a32206
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def _commandToBytes(self,data):
assert TRUE
dataToSend += map(int,celllist_add)
dataToSend[2] = len(dataToSend)-3
print dataToSend
outcome = True
return [outcome,dataToSend]
except:
Expand Down

0 comments on commit 4a32206

Please sign in to comment.