Index: /branches/eam_branches/20091201/psphot/src/psphotFindDetections.c
===================================================================
--- /branches/eam_branches/20091201/psphot/src/psphotFindDetections.c	(revision 26633)
+++ /branches/eam_branches/20091201/psphot/src/psphotFindDetections.c	(revision 26634)
@@ -43,5 +43,5 @@
 
     // XXX getting some strange results from significance image
-    {
+    if (0) {
 	psImage *lsig = (psImage *) psUnaryOp (NULL, significance, "log");
 	psphotVisualShowSignificance (lsig, 0.0, 4.0);
@@ -62,5 +62,5 @@
     // optionally merge peaks into footprints
     if (useFootprints) {
-        psphotFindFootprints (detections, significance, readout, recipe, threshold, pass, maskVal);
+	psphotFindFootprints (detections, significance, readout, recipe, threshold, pass, maskVal);
     }
 
