removing print statements
diff --git a/c_gen/c_type_maps.py b/c_gen/c_type_maps.py
index 9ad6608..a13e23e 100644
--- a/c_gen/c_type_maps.py
+++ b/c_gen/c_type_maps.py
@@ -47,11 +47,6 @@
For each version, create an array mapping the type info to the
object ID. Then define an array containing those pointers.
"""
- if type_str == "instruction_id_type_to_id" or \
- type_str == "instruction_type_to_id":
- print prefix
- print value_array
-
# Create unified arrays and get length
arr_len = type_maps.type_array_len(value_array, max_val)