[LON-CAPA-cvs] cvs: loncom /interface printout.pl
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 30 Jun 2006 01:24:41 -0000
albertel Thu Jun 29 21:24:41 2006 EDT
Modified files:
/loncom/interface printout.pl
Log:
- removing debugging spew BUG#4875
Index: loncom/interface/printout.pl
diff -u loncom/interface/printout.pl:1.106 loncom/interface/printout.pl:1.107
--- loncom/interface/printout.pl:1.106 Mon Jun 26 17:18:43 2006
+++ loncom/interface/printout.pl Thu Jun 29 21:24:41 2006
@@ -700,7 +700,6 @@
$SIG{CHLD} = \&REAPER;
$done=0;
- print("<p> Doing : <tt>$command</tt>");
my $pid=open(CMD,"$command |");
if ($advanced_role) {
&Apache::lonhtmlcommon::Update_PrgWin('',$progress_win,$message);
@@ -720,7 +719,6 @@
$SIG{CHLD}='IGNORE';
close(CMD);
}
- print("<p> End</p>");
# Repagninate
# What we need to do: