Index: trunk/ippScripts/scripts/automate_stacks.pl
===================================================================
--- trunk/ippScripts/scripts/automate_stacks.pl	(revision 27469)
+++ trunk/ippScripts/scripts/automate_stacks.pl	(revision 27470)
@@ -426,13 +426,13 @@
         my ($trash,$start,$end);
         ($trash,$trash,$start,$end) = (split /\s+/,$row);
-	
-	for (my $class_counter = 0; $class_counter < 60; $class_counter++) {
-	    $metadata_out{"bt${N}Begin"} = $start;
-	    $metadata_out{"bt${N}End"} = $end;
-	    $metadata_out{"bt${N}Class"} = $class_counter;
-	    $metadata_out{"bt${N}Status"} = 'NEW';
-	    $N++;
-	}
-	print STDERR "define_burntool: $row\n";
+
+        for (my $class_counter = 0; $class_counter < 60; $class_counter++) {
+            $metadata_out{"bt${N}Begin"} = $start;
+            $metadata_out{"bt${N}End"} = $end;
+            $metadata_out{"bt${N}Class"} = $class_counter;
+            $metadata_out{"bt${N}Status"} = 'NEW';
+            $N++;
+        }
+        print STDERR "define_burntool: $row\n";
     }
     $metadata_out{btN} = $N - 1;
@@ -668,14 +668,14 @@
                 my ($Nexposures,$NprocChips,$NprocWarps,$Nalready) = pre_stack_queue($date,$target,$filter);
                 if ((!defined($force_stack_count))&&($NprocChips != $NprocWarps)) { # This makes me sad. :(
-                    print STDERR "execute_stacks: Target $target on $date is not fully processed. ($NprocChips $NprocWarps)\n";
+                    # print STDERR "execute_stacks: Target $target on $date is not fully processed. ($NprocChips $NprocWarps)\n";
                     $metadata_out{nsState} = 'FORCETOWARP';
                     next;
                 }
                 if ($Nexposures == 0) {
-                    print STDERR "execute_stacks: Target $target in filter $filter on $date has no exposures.\n";
+                    # print STDERR "execute_stacks: Target $target in filter $filter on $date has no exposures.\n";
                     next;
                 }
                 if ($Nalready != 0) {
-                    print STDERR "execute_stacks: Not queueing $target in filter $filter on $date due to already existing stacks.\n";
+                    # print STDERR "execute_stacks: Not queueing $target in filter $filter on $date due to already existing stacks.\n";
                     next;
                 }
@@ -684,5 +684,5 @@
                 }
                 unless(defined($pretend)) {
-                    print STDERR "execute_stacks: Target $target in filter $filter on $date has exposures and will be queued.\n";
+                    # print STDERR "execute_stacks: Target $target in filter $filter on $date has exposures and will be queued.\n";
                     stack_queue($date,$target,$filter);
                 }
@@ -690,5 +690,5 @@
         }
         else {
-            print STDERR "execute_stacks: Target $target is not auto-stackable.\n";
+            # print STDERR "execute_stacks: Target $target is not auto-stackable.\n";
         }
     }
