diff options
| author | Juan Linietsky | 2016-05-21 21:18:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-05-21 21:18:16 -0300 |
| commit | a75f8963380a1f6ae8501f21a1d3f3bef8a89d91 (patch) | |
| tree | ae561ded247f81565c8287b6fd4b816f6ec762e6 /core/print_string.cpp | |
| parent | c195c0df6b36debc870216dd42e49fbda70fa861 (diff) | |
| download | godot-a75f8963380a1f6ae8501f21a1d3f3bef8a89d91.tar.gz godot-a75f8963380a1f6ae8501f21a1d3f3bef8a89d91.tar.zst godot-a75f8963380a1f6ae8501f21a1d3f3bef8a89d91.zip | |
Diffstat (limited to 'core/print_string.cpp')
| -rw-r--r-- | core/print_string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/print_string.cpp b/core/print_string.cpp index e364388b7..6e57822e9 100644 --- a/core/print_string.cpp +++ b/core/print_string.cpp @@ -66,7 +66,7 @@ void remove_print_handler(PrintHandlerList *p_handler) { l=l->next; } - OS::get_singleton()->print("print handler list is %p\n",print_handler_list); + //OS::get_singleton()->print("print handler list is %p\n",print_handler_list); ERR_FAIL_COND(l==NULL); _global_unlock(); |
