[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15793] branches/soc-2007-joeedh/source/ blender/render/intern/source/dsm.c: remove another spurious debug printf

Joseph Eagar joeedh at gmail.com
Sun Jul 27 02:22:59 CEST 2008


Revision: 15793
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15793
Author:   joeedh
Date:     2008-07-27 02:22:59 +0200 (Sun, 27 Jul 2008)

Log Message:
-----------
remove another spurious debug printf

Modified Paths:
--------------
    branches/soc-2007-joeedh/source/blender/render/intern/source/dsm.c

Modified: branches/soc-2007-joeedh/source/blender/render/intern/source/dsm.c
===================================================================
--- branches/soc-2007-joeedh/source/blender/render/intern/source/dsm.c	2008-07-27 00:22:23 UTC (rev 15792)
+++ branches/soc-2007-joeedh/source/blender/render/intern/source/dsm.c	2008-07-27 00:22:59 UTC (rev 15793)
@@ -549,7 +549,6 @@
 			}
 
 			if (done != lastdone) {
-				printf("bleh!\n");
 				sprintf(rendertitle, "Shadow tiles %d out of %d completed", done, dbuf->tilex*dbuf->tiley);
 				re->i.infostr= rendertitle;
 				re->stats_draw(&re->i);





More information about the Bf-blender-cvs mailing list