mirror of
https://github.com/pret/pokecrystal.git
synced 2026-06-02 22:09:51 -05: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