--- loncom/lond 2004/08/10 11:38:11 1.227 +++ loncom/lond 2004/08/10 22:55:31 1.228 @@ -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 $DEBUG = 0; # Non zero to ena 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 @@ sub remove_user_file_handler { 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