Removed stray debug code

This commit is contained in:
ocornut 2014-08-12 13:55:43 +01:00
parent f4ee74b312
commit 901e9890d4
1 changed files with 0 additions and 4 deletions

View File

@ -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)