chore: remove extraneous debug
This commit is contained in:
parent
454839f20a
commit
845fc1d84d
|
|
@ -221,7 +221,6 @@ func validate_board_state() -> bool:
|
|||
push_error("Save %s could not be parsed: Corrupted Cards." % unique_save_name)
|
||||
return false
|
||||
for sticky in board_state.stickies.values():
|
||||
print("Sticky:", sticky)
|
||||
if not (sticky is int or sticky is Vector2 or sticky is float or board_state.cards.keys().has(sticky)):
|
||||
push_error("Save %s could not be parsed: Corrupted Sticky Notes.")
|
||||
return false
|
||||
|
|
|
|||
Loading…
Reference in New Issue