[LON-CAPA-cvs] cvs: rat(version_2_1_X) / lonuserstate.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 11 May 2006 23:59:12 -0000
albertel Thu May 11 19:59:12 2006 EDT
Modified files: (Branch: version_2_1_X)
/rat lonuserstate.pm
Log:
- removing debug line
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.107.2.1 rat/lonuserstate.pm:1.107.2.2
--- rat/lonuserstate.pm:1.107.2.1 Thu May 11 19:56:27 2006
+++ rat/lonuserstate.pm Thu May 11 19:59:11 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.107.2.1 2006/05/11 23:56:27 albertel Exp $
+# $Id: lonuserstate.pm,v 1.107.2.2 2006/05/11 23:59:11 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});