mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
remove test prints
This commit is contained in:
parent
9699381f5c
commit
9847dde81b
1 changed files with 0 additions and 4 deletions
|
@ -113,10 +113,6 @@ func _ready() -> void:
|
|||
file_popup_menu.set_item_shortcut(FileMenuId.SAVE_AS, save_deck_as_shortcut)
|
||||
file_popup_menu.set_item_shortcut(FileMenuId.CLOSE, close_deck_shortcut)
|
||||
|
||||
DeckHolder.logger.log_renderer("normal test")
|
||||
DeckHolder.logger.log_renderer("warning test", Logger.LogType.WARN)
|
||||
DeckHolder.logger.log_renderer("error test", Logger.LogType.ERROR)
|
||||
|
||||
|
||||
## Called when the File button in the [MenuBar] is pressed with the [param id]
|
||||
## of the button within it that was pressed.
|
||||
|
|
Loading…
Reference in a new issue