Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed May 30, 2024
1 parent e37c1c5 commit 3860517
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Scenes/CfgLoader.gd
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ func load_objects_data(cfg): # 10ms
newGenre = objSection.get("Genre")
newEditorTab = Things.GENRE_TO_TAB.get(newGenre, Things.TAB_DECORATION)

if id == 161:
print('-------------------------')
print(newGenre)
print('-------------------------')

Things.DATA_OBJECT[id] = [newName, newSprite, newEditorTab]


Expand Down

0 comments on commit 3860517

Please sign in to comment.