Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2018-03-31 21:33:05 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-03-31 21:33:05 +0300
commit916c91bd08933d596eaca3e369467daf7964612e (patch)
tree2624c887899611e997d4ddacb3cebbc4196a139e /source
parent4ae7235637c28f8b5e35825b0052a851b9afe1ae (diff)
BLF: Remove debug print
"this is not the commit you're looking for"
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenfont/intern/blf_font.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenfont/intern/blf_font.c b/source/blender/blenfont/intern/blf_font.c
index e90c2436fd0..b4ee0173010 100644
--- a/source/blender/blenfont/intern/blf_font.c
+++ b/source/blender/blenfont/intern/blf_font.c
@@ -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]) {