Revision: 65416
          http://sourceforge.net/p/brlcad/code/65416
Author:   carlmoore
Date:     2015-06-19 18:14:34 +0000 (Fri, 19 Jun 2015)
Log Message:
-----------
remove the fprintf's which I had committed in error

Modified Paths:
--------------
    brlcad/trunk/src/util/bwcrop.c

Modified: brlcad/trunk/src/util/bwcrop.c
===================================================================
--- brlcad/trunk/src/util/bwcrop.c      2015-06-19 18:12:57 UTC (rev 65415)
+++ brlcad/trunk/src/util/bwcrop.c      2015-06-19 18:14:34 UTC (rev 65416)
@@ -88,7 +88,6 @@
        buflines = scanlen;
 
     buffer = (unsigned char *)bu_malloc(buflines * len, "buffer");
-fprintf(stderr,"in bwcrop.c , int_buffer: (int)buflines, len %d 
%d\n",(int)buflines,len);
 }
 
 
@@ -101,7 +100,6 @@
 {
     size_t ret;
 
-fprintf(stderr,"bwcrop: reached fill_buffer\n");
     buf_start = y - buflines/2;
     if (buf_start < 0) buf_start = 0;
 
@@ -267,7 +265,6 @@
 
            /* Make sure we are in the buffer */
            yindex = round(y) - buf_start;
-fprintf(stderr,"yindex,round(y),buf_start %f %i 
%f\n",(float)yindex,round(y),(float)buf_start);
            if (yindex >= buflines) {
                fill_buffer(round(y));
                yindex = round(y) - buf_start;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to