--- loncom/homework/lonhomework.pm 2003/10/13 21:09:47 1.152 +++ loncom/homework/lonhomework.pm 2003/10/14 15:47:50 1.153 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Homework handler # -# $Id: lonhomework.pm,v 1.152 2003/10/13 21:09:47 albertel Exp $ +# $Id: lonhomework.pm,v 1.153 2003/10/14 15:47:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -216,7 +216,6 @@ sub check_access { my $allowed=&check_ip_acc(&Apache::lonnet::EXT("resource.$id.acc")); if (!$allowed) { - &Apache::lonnet::logthis("Early exit"); $status='INVALID_ACCESS'; $date=&mt("may be open from a different computer."); return($status,$date);