Index: trunk/pstamp/scripts/pstampparse.pl
===================================================================
--- trunk/pstamp/scripts/pstampparse.pl	(revision 27122)
+++ trunk/pstamp/scripts/pstampparse.pl	(revision 27140)
@@ -218,4 +218,5 @@
     }
 
+    # user requested us to search all components. Set to ""
     $search_component = "" if $search_component eq "all";
 
@@ -265,10 +266,4 @@
             print STDERR "center must be specified in sky coordintes for bycoord" if $verbose;
             insertFakeJobForRow($row, 1, $PSTAMP_INVALID_REQUEST);
-            $num_jobs++;
-            next;
-        }
-        if ($stage eq "stack") {
-            print STDERR "lookup bycoord is not yet implemented for stage stack" if $verbose;
-            insertFakeJobForRow($row, 1, $PSTAMP_NOT_IMPLEMENTED);
             $num_jobs++;
             next;
