--- loncom/xml/lonxml.pm 2006/03/08 22:15:47 1.399 +++ loncom/xml/lonxml.pm 2006/03/09 00:39:28 1.400 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.399 2006/03/08 22:15:47 albertel Exp $ +# $Id: lonxml.pm,v 1.400 2006/03/09 00:39:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1044,7 +1044,6 @@ sub store_counter { { my $state; sub clear_problem_counter { - &Apache::lonnet::logthis(" cpc called from ".(join(':',caller(0)))); undef($state); &Apache::lonnet::delenv('form.counter'); &Apache::lonxml::init_counter();