commit | 720653a1e25728353634de4d5134c4c042b53272 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@onlab.us> | Tue Oct 28 19:02:37 2014 -0400 |
committer | Jon Hall <jhall@onlab.us> | Tue Oct 28 19:02:37 2014 -0400 |
tree | f4a074b95b76347483ce0ba78ccffa0d8e92d928 | |
parent | 983a170347ff527f8bf1b975f731b52c76671048 [diff] |
Comment out print statement
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py index 7922e5a..898e9c1 100644 --- a/TestON/drivers/common/cli/onosclidriver.py +++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -686,7 +686,7 @@ roles_json = json.loads(raw_roles) #search json for the device with id then return the device for device in roles_json: - print device + #print device if str(device_id) in device['id']: return device return None