[Bf-blender-cvs] [12ce5ae] master: Forgot to remove test printf

Jens Verwiebe noreply at git.blender.org
Fri Mar 21 15:32:25 CET 2014


Commit: 12ce5ae5be97fbe73fcf6b0d49ae7f7765124be9
Author: Jens Verwiebe
Date:   Fri Mar 21 15:32:07 2014 +0100
https://developer.blender.org/rB12ce5ae5be97fbe73fcf6b0d49ae7f7765124be9

Forgot to remove test printf

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

M	source/blender/editors/sculpt_paint/sculpt.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 0e72886..7af05e7 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -3801,7 +3801,6 @@ static void sculpt_omp_start(Sculpt *sd, SculptSession *ss)
 	(void)sd;
 	cache->num_threads = 1;
 #endif
-	printf(" threads used: %d\n", cache->num_threads);
 	if (ss->multires) {
 		int i, gridsize, array_mem_size;
 		BKE_pbvh_node_get_grids(ss->pbvh, NULL, NULL, NULL, NULL,




More information about the Bf-blender-cvs mailing list