[LON-CAPA-cvs] cvs: rat / lonuserstate.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 12 May 2006 00:02:26 -0000


albertel		Thu May 11 20:02:26 2006 EDT

  Modified files:              
    /rat	lonuserstate.pm 
  Log:
  - remove debug line
  
  
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.110 rat/lonuserstate.pm:1.111
--- rat/lonuserstate.pm:1.110	Thu May 11 19:54:06 2006
+++ rat/lonuserstate.pm	Thu May 11 20:02:22 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Construct and maintain state and binary representation of course for user
 #
-# $Id: lonuserstate.pm,v 1.110 2006/05/11 23:54:06 albertel Exp $
+# $Id: lonuserstate.pm,v 1.111 2006/05/12 00:02:22 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -595,7 +595,6 @@
 	    if ($key=~/^src_/) {
 		$hash{$key}=&putinversion($hash{$key});
 	    } elsif ($key =~ /^(map_(?:start|finish|pc)_)(.*)/) {
-		&Apache::lonnet::logthis($key);
 		my ($type, $url) = ($1,$2);
 		my $value = $hash{$key};
 		delete($hash{$key});