mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +00:00
Cleanup unnecessary debug prints
This commit is contained in:
parent
393daf0502
commit
6361e24f29
17 changed files with 14 additions and 172 deletions
|
|
@ -132,7 +132,7 @@ void GDMono::initialize() {
|
|||
|
||||
ERR_FAIL_NULL(Engine::get_singleton());
|
||||
|
||||
OS::get_singleton()->print("Initializing mono...\n");
|
||||
OS::get_singleton()->print("Mono: Initializing module...\n");
|
||||
|
||||
#ifdef DEBUG_METHODS_ENABLED
|
||||
_initialize_and_check_api_hashes();
|
||||
|
|
@ -214,7 +214,7 @@ void GDMono::initialize() {
|
|||
// The following assemblies are not required at initialization
|
||||
_load_all_script_assemblies();
|
||||
|
||||
OS::get_singleton()->print("Mono: EVERYTHING OK\n");
|
||||
OS::get_singleton()->print("Mono: ALL IS GOOD\n");
|
||||
}
|
||||
|
||||
#ifndef MONO_GLUE_DISABLED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue