summaryrefslogtreecommitdiff
path: root/extras/extract_maps.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/extract_maps.py')
-rw-r--r--extras/extract_maps.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/extract_maps.py b/extras/extract_maps.py
index 25a6ee9c..81a64bf6 100644
--- a/extras/extract_maps.py
+++ b/extras/extract_maps.py
@@ -560,8 +560,6 @@ def get_direction(connection_byte, connection_id):
#prune results
while "" in results:
results.remove("")
- print results
- print "connection_id is: " + str(connection_id) + " and byte is: " + hex(connection_byte)
return results[connection_id]
def read_map_header(address, bank):