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
commit604843604603d8f76b2731d62c7e5a4edb986cff (patch)
tree859d3d7b71b195b319f09a89c3567664dde8dfb8
parente905f9f1f1b00c38f28b7d5034f52731e935f443 (diff)
remove some output that clutters up the preprocessor output
-rw-r--r--extras/crystal.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py
index e94966b8f..b5dc9bea7 100644
--- a/extras/crystal.py
+++ b/extras/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