[Bf-blender-cvs] [916c91bd089] blender2.8: BLF: Remove debug print

Clément Foucault noreply at git.blender.org
Sat Mar 31 20:33:11 CEST 2018


Commit: 916c91bd08933d596eaca3e369467daf7964612e
Author: Clément Foucault
Date:   Sat Mar 31 20:33:05 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB916c91bd08933d596eaca3e369467daf7964612e

BLF: Remove debug print

"this is not the commit you're looking for"

===================================================================

M	source/blender/blenfont/intern/blf_font.c

===================================================================

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]) {



More information about the Bf-blender-cvs mailing list