--- loncom/interface/lonhtmlcommon.pm 2003/03/03 21:52:24 1.14 +++ loncom/interface/lonhtmlcommon.pm 2003/03/03 22:00:03 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.14 2003/03/03 21:52:24 albertel Exp $ +# $Id: lonhtmlcommon.pm,v 1.15 2003/03/03 22:00:03 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -682,7 +682,6 @@ sub Increment_PrgWin { ' secs remaining ('.(time-$$prog_state{'started'}). ' seconds for '.$extraInfo.')";'.''); $$prog_state{'started'}=time; - sleep 1; $r->rflush(); }