Index: /trunk/ippScripts/scripts/publish_file.pl
===================================================================
--- /trunk/ippScripts/scripts/publish_file.pl	(revision 34481)
+++ /trunk/ippScripts/scripts/publish_file.pl	(revision 34482)
@@ -199,5 +199,5 @@
 
 	my $cam_id = $comp->{cam_id_1};
-	print "Getting info from camera stage $cam_id\n";
+	#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;
@@ -213,5 +213,5 @@
 
 	my $exp_id = $comp->{exp_id_1};
-	print "Getting info from raw stage $exp_id\n";
+	#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;
@@ -244,5 +244,5 @@
         };
 
-	warn("Checking for positive");
+	#warn("Checking for positive");
         diff_check(\%positive, $data, "positive");
 
@@ -282,5 +282,5 @@
             };
 
-	    warn("Checking for negative");
+	    #warn("Checking for negative");
             diff_check(\%negative, $data, "negative");
 
