[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36618] branches/particles-2010/source/ blender/gpu/intern/gpu_codegen.c: Removed debug print

Lukas Toenne lukas.toenne at googlemail.com
Wed May 11 19:30:15 CEST 2011


Revision: 36618
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36618
Author:   lukastoenne
Date:     2011-05-11 17:30:14 +0000 (Wed, 11 May 2011)
Log Message:
-----------
Removed debug print

Modified Paths:
--------------
    branches/particles-2010/source/blender/gpu/intern/gpu_codegen.c

Modified: branches/particles-2010/source/blender/gpu/intern/gpu_codegen.c
===================================================================
--- branches/particles-2010/source/blender/gpu/intern/gpu_codegen.c	2011-05-11 17:28:02 UTC (rev 36617)
+++ branches/particles-2010/source/blender/gpu/intern/gpu_codegen.c	2011-05-11 17:30:14 UTC (rev 36618)
@@ -390,8 +390,6 @@
 {
 	char name[1024];
 
-	printf("CONVERT: from=%d, to=%d\n", from, to);
-
 	snprintf(name, sizeof(name), "%s%d", tmp, id);
 
 	if (from == to) {




More information about the Bf-blender-cvs mailing list