diff --git a/imgui.cpp b/imgui.cpp index 1f73d5691..3349f91e8 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -2370,10 +2370,6 @@ void TextUnformatted(const char* text, const char* text_end) pos.y += lines_skipped * line_height; } } - else - { - printf(""); - } // lines to render? if (line < text_end)