Index: trunk/ippScripts/scripts/publish_file.pl
===================================================================
--- trunk/ippScripts/scripts/publish_file.pl	(revision 34480)
+++ trunk/ippScripts/scripts/publish_file.pl	(revision 34481)
@@ -198,6 +198,6 @@
         $filename = $resolved;
 
-	warn("Getting info from camera stage $cam_id");
 	my $cam_id = $comp->{cam_id_1};
+	print "Getting info from camera stage $cam_id\n";
 	my $cam_command =  "$camtool -processedexp -cam_id $cam_id";
 	$cam_command .= " -dbname $dbname" if defined $dbname;
@@ -212,6 +212,6 @@
 	my $cam_comp = $$cam_components[0];
 
-	warn("Getting info from raw stage $exp_id");
 	my $exp_id = $comp->{exp_id_1};
+	print "Getting info from raw stage $exp_id\n";
 	my $reg_command =  "$regtool -processedimfile -exp_id $exp_id";
 	$reg_command .= " -dbname $dbname" if defined $dbname;
