Index: /branches/czw_branch/20120906/psModules/src/camera/pmFPABin.c
===================================================================
--- /branches/czw_branch/20120906/psModules/src/camera/pmFPABin.c	(revision 34625)
+++ /branches/czw_branch/20120906/psModules/src/camera/pmFPABin.c	(revision 34626)
@@ -46,5 +46,4 @@
     int *bitcounter = malloc(sizeof(int) * Nbits);
     int pxlcount;
-    fprintf(stderr,">> %d %d %x\n",Nbits,maskVal,maskVal);
 
     int xLast = numColsIn - 1, yLast = numRowsIn - 1; // Last index
@@ -71,7 +70,4 @@
 		      for (int j = 0; j < Nbits; j++) {
 			psImageMaskType M = (psImageMaskType) pow(2,j);
-/* 			fprintf(stderr,"%x %d %x %x\n",inMask->data.PS_TYPE_IMAGE_MASK_DATA[y][x], */
-/* 				j,M,(inMask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] & M)); */
-				
 			if (inMask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] & M) {
 			  bitcounter[j]++;
@@ -90,19 +86,6 @@
 
 
-/* 		    if ((yStart < 4561)&&(yStop > 4561)&& */
-/* 			(xStart < 3491)&&(xStop > 3491)) { */
-/* 		      //		      fprintf(stderr,"%d %d %g %x %x \n",x,y,inImage->data.F32[y][x],inMask->data.PS_TYPE_IMAGE_MASK_DATA[y][x],maskVal); */
-/* 		      for (int j = 0; j < Nbits; j++) { */
-/* 			fprintf(stderr,"%d %x %d\t",j,(int) pow(2,j), bitcounter[j]); */
-/* 		      } */
-/* 		      fprintf(stderr,"\n"); */
-/* 		    } */
                 }
             }
-/* 	    fprintf(stderr,"%d %d\t",xOut,yOut); */
-/* 	    for (int j = 0; j < Nbits; j++) { */
-/* 	      fprintf(stderr,"%d %x %d\t",j,(int) pow(2,j), bitcounter[j]); */
-/* 	    } */
-/* 	    fprintf(stderr,"\n"); */
 	    
 	    
