diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-21 19:31:23 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-10-21 20:41:07 +0200 |
commit | 6361e24f29ae735b75bcd27f9fe521397ce7c10c (patch) | |
tree | 74eefddaf3213579181f2945b59427f15b33e3ae /editor/editor_themes.cpp | |
parent | 393daf05025bd8076ec01eb754d1145dbb12edc5 (diff) | |
download | redot-engine-6361e24f29ae735b75bcd27f9fe521397ce7c10c.tar.gz |
Cleanup unnecessary debug prints
Diffstat (limited to 'editor/editor_themes.cpp')
-rw-r--r-- | editor/editor_themes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_themes.cpp b/editor/editor_themes.cpp index 992322978e..29859a1a56 100644 --- a/editor/editor_themes.cpp +++ b/editor/editor_themes.cpp @@ -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 |