Index: /trunk/ippToPsps/scripts/ippToPsps_run.pl
===================================================================
--- /trunk/ippToPsps/scripts/ippToPsps_run.pl	(revision 27668)
+++ /trunk/ippToPsps/scripts/ippToPsps_run.pl	(revision 27669)
@@ -92,5 +92,5 @@
         "AND chipRun.exp_id = rawExp.exp_id ".
         "AND camRun.label like '%$label%' ".
-        "AND rawExp.decl >= '-0.157079633' AND rawExp.decl <= '0.157079633' ". # TODO Jim's decl range
+    #    "AND rawExp.decl >= '-0.157079633' AND rawExp.decl <= '0.157079633' ". # TODO Jim's decl range
         "ORDER BY rawExp.exp_id ASC";
 
@@ -360,7 +360,4 @@
                         "minObjId" => $minObjId,
                         "maxObjId" => $maxObjId);
-                print "Min $minObjId Max $maxObjId\n";
-                if( $maxObjId > 121200000000000000) {print " $maxObjId is TOO BIG\n";}
-                if( $minObjId < 93610000000000001)  {print " $minObjId is TOO SMALL\n";}
             }
             else {
