diff options
| author | Rémi Verschelde | 2017-10-21 19:31:23 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-10-21 20:41:07 +0200 |
| commit | 6361e24f29ae735b75bcd27f9fe521397ce7c10c (patch) | |
| tree | 74eefddaf3213579181f2945b59427f15b33e3ae /editor/editor_themes.cpp | |
| parent | 393daf05025bd8076ec01eb754d1145dbb12edc5 (diff) | |
| download | godot-6361e24f29ae735b75bcd27f9fe521397ce7c10c.tar.gz godot-6361e24f29ae735b75bcd27f9fe521397ce7c10c.tar.zst godot-6361e24f29ae735b75bcd27f9fe521397ce7c10c.zip | |
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 992322978..29859a1a5 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 |
