Index: /branches/haf_branches/ipp.20100512/ippScripts/scripts/addstar_run.pl
===================================================================
--- /branches/haf_branches/ipp.20100512/ippScripts/scripts/addstar_run.pl	(revision 28058)
+++ /branches/haf_branches/ipp.20100512/ippScripts/scripts/addstar_run.pl	(revision 28059)
@@ -113,5 +113,6 @@
 	    
 	    if (!defined($minidvodb_name)) {
-		#take the active one
+		#take the active one, if it's not defined on the command line
+		#reverts would have this already set, for example.
 		my $command = "addtool -listminidvodbrun ";
 		$command .= " -minidvodb_group $minidvodb_group" if defined $minidvodb_group;
@@ -129,5 +130,5 @@
 		my $comp = $$components[0];
 		$minidvodb_name = $comp->{minidvodb_name};
-		print "herexxxxxxxxxxxxxxxxxx";
+	
 		if (!defined($minidvodb_name)) {
 		    &my_die("Unable to parse minidvodb_name", $add_id, $PS_EXIT_PROG_ERROR);
@@ -135,7 +136,7 @@
 		
 	    }
-	 
+	    # tack on the minidvodb part to the db.
 	    $dvodbReal = $dvodbReal . '/' . $minidvodb_name . '/';
-	    print $dvodbReal;
+	    
 	}
 unless ($no_op) {
