Index: /trunk/ppBackground/src/ppBackgroundRestore.c
===================================================================
--- /trunk/ppBackground/src/ppBackgroundRestore.c	(revision 34812)
+++ /trunk/ppBackground/src/ppBackgroundRestore.c	(revision 34813)
@@ -90,7 +90,7 @@
         for (int y = 0; y < numRows; y++) {
             for (int x = 0; x < numCols; x++) {
-	      if ((y % 250 == 0)&&(x % 250 == 0)) {
-		printf("%d %d %g\n",x,y,bgImage->data.F32[y][x]);
-	      }
+	      //	      if ((y % 250 == 0)&&(x % 250 == 0)) {
+	      //		printf("%d %d %g\n",x,y,bgImage->data.F32[y][x]);
+	      //	      }
                 image->data.F32[y][x] += bgImage->data.F32[y][x];
 		
