diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-13 21:59:25 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-13 21:59:25 -0500 |
commit | 2223ed1cfea3a5b752766f4f6f132d9aa2f9311e (patch) | |
tree | 0d8782ec51f88c7ffc8dfe191cc08c1eeeffd096 | |
parent | 6bbf42ed4871e017ced18ae74596443e687fe0d0 (diff) |
remove some output that clutters up the preprocessor output
original-commit-id: 604843604603d8f76b2731d62c7e5a4edb986cff
-rw-r--r-- | crystal.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |