[LON-CAPA-cvs] cvs: loncom / loncnew

foxr lon-capa-cvs@mail.lon-capa.org
Tue, 25 Nov 2003 10:14:40 -0000


foxr		Tue Nov 25 05:14:40 2003 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  Remove debug flag from event timer setup.
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.32 loncom/loncnew:1.33
--- loncom/loncnew:1.32	Fri Nov 21 14:27:18 2003
+++ loncom/loncnew	Tue Nov 25 05:14:40 2003
@@ -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 @@
 
 sub SetupTimer {
     Debug(6, "SetupTimer");
-    Event->timer(interval => 1, debug => 1, cb => \&Tick );
+    Event->timer(interval => 1, cb => \&Tick );
 }
 
 =pod