--- loncom/auth/lontokacc.pm 2003/08/01 17:25:40 1.9 +++ loncom/auth/lontokacc.pm 2004/05/11 06:49:58 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network # Access Handler for User File Transfers # -# $Id: lontokacc.pm,v 1.9 2003/08/01 17:25:40 www Exp $ +# $Id: lontokacc.pm,v 1.10 2004/05/11 06:49:58 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -72,7 +72,7 @@ sub removefile { my $r=shift; if ($r->status==200) { unlink($r->filename); - &Apache::lonnet::logthis('Unlinking '.$r->filename); + #&Apache::lonnet::logthis('Unlinking '.$r->filename); } else { &Apache::lonnet::logthis('Failed to transfer '.$r->filename); }