From 901e9890d4427a26f45c51b442ddf2fc95639ed5 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 12 Aug 2014 13:55:43 +0100 Subject: [PATCH] Removed stray debug code --- imgui.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imgui.cpp b/imgui.cpp index 1f73d569..3349f91e 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)