Index: trunk/ppStack/src/ppStackLoop.c
===================================================================
--- trunk/ppStack/src/ppStackLoop.c	(revision 16836)
+++ trunk/ppStack/src/ppStackLoop.c	(revision 16850)
@@ -42,6 +42,4 @@
                              "PSPHOT.INPUT.CMF", 0 };
 
-//#define CONVOLVED_ALREADY               // Already have the convolution products --- testing
-
 
 // Activate/deactivate a list of files
@@ -158,5 +156,4 @@
 }
 
-#ifndef CONVOLVED_ALREADY
 // Write an image to a FITS file
 static bool writeImage(const char *name, // Name of image
@@ -186,5 +183,4 @@
     return true;
 }
-#endif
 
 
@@ -334,5 +330,4 @@
         psFree(view);
 
-#ifndef CONVOLVED_ALREADY
         // Background subtraction, scaling and normalisation is performed automatically by the image matching
         psArray *regions = NULL, *kernels = NULL; // Regions and kernels used in subtraction
@@ -353,5 +348,4 @@
         writeImage(maskNames->data[i],   hdu->header, readout->mask, config);
         writeImage(weightNames->data[i], hdu->header, readout->weight, config);
-#endif
 
         cells->data[i] = psMemIncrRefCounter(readout->parent);
