[LON-CAPA-cvs] cvs: loncom / lond
raeburn
raeburn at source.lon-capa.org
Sat Jun 13 20:43:52 EDT 2015
raeburn Sun Jun 14 00:43:52 2015 EDT
Modified files:
/loncom lond
Log:
- Remove logging line added in rev. 1.494.
Index: loncom/lond
diff -u loncom/lond:1.515 loncom/lond:1.516
--- loncom/lond:1.515 Sun Jun 14 00:15:13 2015
+++ loncom/lond Sun Jun 14 00:43:51 2015
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.515 2015/06/14 00:15:13 raeburn Exp $
+# $Id: lond,v 1.516 2015/06/14 00:43:51 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -61,7 +61,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.515 $'; #' stupid emacs
+my $VERSION='$Revision: 1.516 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -6691,7 +6691,6 @@
#
# If the remote is attempting a local init... give that a try:
#
- logthis("remotereq: $remotereq");
(my $i, my $inittype, $clientversion) = split(/:/, $remotereq);
# For LON-CAPA 2.9, the client session will have sent its LON-CAPA
# version when initiating the connection. For LON-CAPA 2.8 and older,
More information about the LON-CAPA-cvs
mailing list