From 2223ed1cfea3a5b752766f4f6f132d9aa2f9311e Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 13 May 2012 21:59:25 -0500 Subject: remove some output that clutters up the preprocessor output original-commit-id: 604843604603d8f76b2731d62c7e5a4edb986cff --- crystal.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3