Index: trunk/psphot/src/psphotSetup.c
===================================================================
--- trunk/psphot/src/psphotSetup.c	(revision 5802)
+++ trunk/psphot/src/psphotSetup.c	(revision 5828)
@@ -102,10 +102,7 @@
     }
 
-    psLogMsg ("psphot", 4, "load data: %f sec\n", psTimerMark ("psphot"));
+    psLogMsg ("psphot", 3, "load data: %f sec\n", psTimerMark ("psphot"));
 
-    psphotSaveImage (NULL, weight, "weight.fits");
-    psphotSaveImage (NULL, mask, "mask.fits");
-
-    // save the image data & return it
+    // return image data
     eamReadout *imdata = eamReadoutAlloc(image, weight, mask, header);
     return (imdata);
