BLF: Remove debug print

"this is not the commit you're looking for"
This commit is contained in:
2018-03-31 20:33:05 +02:00
parent 4ae7235637
commit 916c91bd08

View File

@@ -378,9 +378,6 @@ static void blf_font_draw_ex(
blf_font_ensure_ascii_table(font);
blf_font_ensure_ascii_kerning(font, kern_mode);
if (strcmp(str, "Tools") == 0)
printf("AAAA\n");
blf_batch_draw_begin(font);
while ((i < len) && str[i]) {