commit | d2752288b667605d6404129cd931d798cf9a3e30 | [log] [tgz] |
---|---|---|
author | Jonathan Stout <jonstout@indiana.edu> | Mon Mar 03 17:21:00 2014 -0500 |
committer | Jonathan Stout <jonstout@indiana.edu> | Mon Mar 03 17:21:00 2014 -0500 |
tree | be02dd727f340b6aeb00352a4ef6bb69791375ca | |
parent | 83cedcc58311c2b3269b202fa67951b9dd131aa4 [diff] [blame] |
removing print statement
diff --git a/c_gen/loxi_utils_legacy.py b/c_gen/loxi_utils_legacy.py index 2e3347b..df93c2b 100644 --- a/c_gen/loxi_utils_legacy.py +++ b/c_gen/loxi_utils_legacy.py
@@ -191,7 +191,7 @@ # For each vendor, check for vendor specific action for exp in of_g.experimenter_name_to_id: - if cls.find("of_instruction_" + exp) == 0: + if cls.find("of_instruction" + exp) == 0: return True return False