mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
remove some output that clutters up the preprocessor output
This commit is contained in:
parent
e905f9f1f1
commit
6048436046
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user