[LON-CAPA-cvs] cvs: loncom / lond
foxr
lon-capa-cvs@mail.lon-capa.org
Tue, 10 Aug 2004 22:55:32 -0000
foxr Tue Aug 10 18:55:32 2004 EDT
Modified files:
/loncom lond
Log:
Remove extra loging from remove_user_file_handler
Index: loncom/lond
diff -u loncom/lond:1.227 loncom/lond:1.228
--- loncom/lond:1.227 Tue Aug 10 07:38:11 2004
+++ loncom/lond Tue Aug 10 18:55:31 2004
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.227 2004/08/10 11:38:11 foxr Exp $
+# $Id: lond,v 1.228 2004/08/10 22:55:31 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -57,7 +57,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.227 $'; #' stupid emacs
+my $VERSION='$Revision: 1.228 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -1812,7 +1812,6 @@
my ($fname) = split(/:/, $tail); # Get rid of any tailing :'s lonc may have sent.
my ($udom,$uname,$ufile) = ($fname =~ m|^([^/]+)/([^/]+)/(.+)$|);
- &logthis("$udom - $uname - $ufile");
if ($ufile =~m|/\.\./|) {
# any files paths with /../ in them refuse
# to deal with