Index: /tags/ipp-20110622/ippScripts/scripts/lap_science.pl
===================================================================
--- /tags/ipp-20110622/ippScripts/scripts/lap_science.pl	(revision 31958)
+++ /tags/ipp-20110622/ippScripts/scripts/lap_science.pl	(revision 31959)
@@ -463,5 +463,4 @@
 #     my $can_fstack = 0;
     my $total_exposures = 0;
-
     my @lonely_exposures = ();
 
@@ -472,12 +471,4 @@
 	$total_exposures++;
 	my $companion;
-
-	if  ($exposure->{data_state} eq 'drop') { # This exposure is impossible, so fudge the counts so we get through.
-	    $can_qstack ++;
-	    $can_diff ++;
-	    $have_diff ++;
-	    $can_fstack ++;	    
-	    next;
-	}
 
 	if ($exposure->{pairwise}) {
@@ -503,6 +494,4 @@
 	    $exposure = remake_this_exposure($exposure);
 	}
-
-
 	# Do quality checks here
 	my $is_bad_quality = 0;
@@ -597,5 +586,4 @@
     print "\n";
     if ($do_nothing) {
-	print "STATUS: Doing nothing.\n";
 	exit(0);
     }
@@ -669,5 +657,4 @@
     }
 
-    print "STATUS: Exiting\n";
     print "\n";
     return(0);
