--- loncom/interface/printout.pl 2006/06/26 21:18:43 1.106 +++ loncom/interface/printout.pl 2006/06/30 01:24:41 1.107 @@ -700,7 +700,6 @@ sub busy_wait_command { $SIG{CHLD} = \&REAPER; $done=0; - print("

Doing : $command"); my $pid=open(CMD,"$command |"); if ($advanced_role) { &Apache::lonhtmlcommon::Update_PrgWin('',$progress_win,$message); @@ -720,7 +719,6 @@ sub busy_wait_command { $SIG{CHLD}='IGNORE'; close(CMD); } - print("

End

"); # Repagninate # What we need to do: