[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 09 Mar 2006 00:39:28 -0000


albertel		Wed Mar  8 19:39:28 2006 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - log spew
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.399 loncom/xml/lonxml.pm:1.400
--- loncom/xml/lonxml.pm:1.399	Wed Mar  8 17:15:47 2006
+++ loncom/xml/lonxml.pm	Wed Mar  8 19:39:28 2006
@@ -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 @@
 {
     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();