From 604843604603d8f76b2731d62c7e5a4edb986cff Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 13 May 2012 21:59:25 -0500 Subject: [PATCH] remove some output that clutters up the preprocessor output --- extras/crystal.py | 1 - 1 file changed, 1 deletion(-) 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