--- loncom/interface/lonmsg.pm 2002/10/11 20:04:34 1.40 +++ loncom/interface/lonmsg.pm 2002/10/11 20:09:36 1.41 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.40 2002/10/11 20:04:34 www Exp $ +# $Id: lonmsg.pm,v 1.41 2002/10/11 20:09:36 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -125,7 +125,6 @@ sub newmail { if ((time-$ENV{'user.mailcheck.time'})>300) { my %what=&Apache::lonnet::get('email_status',['recnewemail']); &Apache::lonnet::appenv('user.mailcheck.time'=>time); - &Apache::lonnet::logthis('Check Mail: '.$what{'recnewemail'}); if ($what{'recnewemail'}>0) { return 1; } } return 0;