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
|
|
@ -233,7 +233,6 @@ void editor_register_and_generate_icons(Ref<Theme> p_theme, bool p_dark_theme =
|
|||
clock_t end_time = clock();
|
||||
|
||||
double time_d = (double)(end_time - begin_time) / CLOCKS_PER_SEC;
|
||||
print_line("SVG_GENERATION TIME: " + rtos(time_d));
|
||||
#else
|
||||
print_line("Sorry no icons for you");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue