--- loncom/lond	2003/12/30 11:28:16	1.169
+++ loncom/lond	2004/01/07 21:13:52	1.170
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.169 2003/12/30 11:28:16 foxr Exp $
+# $Id: lond,v 1.170 2004/01/07 21:13:52 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -53,7 +53,7 @@ my $DEBUG = 0;		       # Non zero to ena
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.169 $'; #' stupid emacs
+my $VERSION='$Revision: 1.170 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid;
 my $currentdomainid;
@@ -2844,7 +2844,6 @@ sub ManagePermissions
     my $authtype= shift;
 
     # See if the request is of the form /$domain/_au
-    &logthis("ruequest is $request");
     if($request =~ /^(\/$domain\/_au)$/) { # It's an author rolesput...
 	my $execdir = $perlvar{'lonDaemons'};
 	my $userhome= "/home/$user" ;