summaryrefslogtreecommitdiff
path: root/extras/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/crystal.py')
-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