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);


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to