Index: /branches/eam_branches/20090715/psModules/src/objects/pmSourceMoments.c
===================================================================
--- /branches/eam_branches/20090715/psModules/src/objects/pmSourceMoments.c	(revision 25642)
+++ /branches/eam_branches/20090715/psModules/src/objects/pmSourceMoments.c	(revision 25643)
@@ -330,11 +330,4 @@
 	     source->peak->xf, source->peak->yf, source->peak->flux, source->peak->SN, source->moments->Mx,   source->moments->My, Sum, source->moments->Mxx,   source->moments->Mxy,   source->moments->Myy, sky, numPixels);
 
-    if (source->moments->Mxx < 0) {
-	fprintf (stderr, "error: neg second moment??\n");
-    }
-    if (source->moments->Myy < 0) {
-	fprintf (stderr, "error: neg second moment??\n");
-    }
-
     return(true);
 }
