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