From 1f1f31ff9cc45ffe1777d78975c0022d14233ab9 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 15 Jan 2012 15:45:09 -0600 Subject: connection_helper - print out a formula for connection math hg-commit-id: 27e8096bb251 --- extras/extract_maps.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'extras/extract_maps.py') 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): -- cgit v1.3.1-sl0p