--- loncom/loncnew 2003/11/21 19:27:18 1.32 +++ loncom/loncnew 2003/11/25 10:14:40 1.33 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # lonc maintains the connections to remote computers # -# $Id: loncnew,v 1.32 2003/11/21 19:27:18 albertel Exp $ +# $Id: loncnew,v 1.33 2003/11/25 10:14:40 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -350,7 +350,7 @@ Trigger disconnections of idle sockets. sub SetupTimer { Debug(6, "SetupTimer"); - Event->timer(interval => 1, debug => 1, cb => \&Tick ); + Event->timer(interval => 1, cb => \&Tick ); } =pod