summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-13 21:59:25 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-13 21:59:25 -0500
commit2223ed1cfea3a5b752766f4f6f132d9aa2f9311e (patch)
tree0d8782ec51f88c7ffc8dfe191cc08c1eeeffd096
parent6bbf42ed4871e017ced18ae74596443e687fe0d0 (diff)
remove some output that clutters up the preprocessor output
original-commit-id: 604843604603d8f76b2731d62c7e5a4edb986cff
-rw-r--r--crystal.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index e94966b..b5dc9be 100644
--- a/crystal.py
+++ b/crystal.py
@@ -2025,7 +2025,6 @@ def create_movement_commands(debug=False):
klass = classobj(copy(klass_name), (MovementCommand,), deepcopy(params))
globals()[klass_name] = klass
movement_command_classes2.append(klass)
- print "klass.byte is: " + hex(klass.id)
byte += 1
del cmd_name