Чистка.

This commit is contained in:
sasha80
2024-08-21 10:24:23 +03:00
parent 9cb4d04786
commit 8e88eaf515
7 changed files with 19 additions and 10 deletions

View File

@@ -206,7 +206,7 @@ func message(level: int, text: String) -> void:
_file.call_deferred('flush')
if _default_output_enabled:
print(format_stdout(msg))
print_debug(format_stdout(msg))
func _open_file() -> void: