Index: trunk/psModules/src/imcombine/pmSubtractionEquation.c
===================================================================
--- trunk/psModules/src/imcombine/pmSubtractionEquation.c	(revision 27095)
+++ trunk/psModules/src/imcombine/pmSubtractionEquation.c	(revision 27128)
@@ -1003,6 +1003,7 @@
             psFree(stats);
 
+#ifdef TESTING
             fprintf(stderr, "Norm: %lf\n", normValue);
-
+#endif
             // Solve kernel components
             for (int i = 0; i < numSolution1; i++) {
@@ -1147,5 +1148,7 @@
             psFree(stats);
 
+#ifdef TESTING
             fprintf(stderr, "Norm: %lf\n", normValue);
+#endif
 
             // Solve kernel components
@@ -1328,5 +1331,4 @@
             int n = stamps->num - i - 1;
             keepStamps->data.S32[index->data.S32[n]] = 1;
-            fprintf (stderr, "keeping %d (%d of %d)\n", index->data.S32[n], n, 9);
         }
         psFree (flux);
