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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 29 Jun 2004 15:19:56 -0000


albertel		Tue Jun 29 11:19:56 2004 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - removing spew
  
  
Index: loncom/lond
diff -u loncom/lond:1.202 loncom/lond:1.203
--- loncom/lond:1.202	Tue Jun 29 10:56:32 2004
+++ loncom/lond	Tue Jun 29 11:19:56 2004
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.202 2004/06/29 14:56:32 raeburn Exp $
+# $Id: lond,v 1.203 2004/06/29 15:19:56 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -56,7 +56,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.202 $'; #' stupid emacs
+my $VERSION='$Revision: 1.203 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid;
 my $currentdomainid;
@@ -354,7 +354,6 @@
    while(my $host = <MANAGERS>) {
       chomp($host);
       if ($host =~ "^#") {                  # Comment line.
-         logthis('<font color="green"> Skipping line: '. "$host</font>\n");
          next;
       }
       if (!defined $hostip{$host}) { # This is a non cluster member