[LON-CAPA-cvs] cvs: rat / lonuserstate.pm
www
lon-capa-cvs@mail.lon-capa.org
Sat, 01 Nov 2003 16:42:13 -0000
www Sat Nov 1 11:42:13 2003 EDT
Modified files:
/rat lonuserstate.pm
Log:
Remove debugging code.
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.66 rat/lonuserstate.pm:1.67
--- rat/lonuserstate.pm:1.66 Sat Nov 1 11:37:22 2003
+++ rat/lonuserstate.pm Sat Nov 1 11:42:13 2003
@@ -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.66 2003/11/01 16:37:22 www Exp $
+# $Id: lonuserstate.pm,v 1.67 2003/11/01 16:42:13 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -77,8 +77,6 @@
if ($version eq &Apache::lonnet::getversion(
&Apache::lonnet::filelocation('',$uri)))
{ return $uri; }
- &Apache::lonnet::logthis($uri.' '.$version.' '. &Apache::lonnet::getversion(
- &Apache::lonnet::filelocation('',$uri)));
$uri=~s/\.(\w+)$/\.$version\.$1/;
}
return $uri;