[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 15 Apr 2004 20:17:32 -0000
albertel Thu Apr 15 16:17:32 2004 EDT
Modified files:
/loncom/xml londefdef.pm
Log:
- removal of debug message
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.210 loncom/xml/londefdef.pm:1.211
--- loncom/xml/londefdef.pm:1.210 Thu Apr 15 15:08:31 2004
+++ loncom/xml/londefdef.pm Thu Apr 15 16:17:32 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Tags Default Definition Module
#
-# $Id: londefdef.pm,v 1.210 2004/04/15 19:08:31 albertel Exp $
+# $Id: londefdef.pm,v 1.211 2004/04/15 20:17:32 albertel Exp $
#
#
# Copyright Michigan State University Board of Trustees
@@ -2344,7 +2344,6 @@
my $loc=&Apache::lonnet::filelocation($Apache::lonxml::pwd[-1],$nsrc);
&image_replication($loc);
my ($iwidth,$iheight);
- &Apache::lonnet::logthis("loc is $loc");
if (-e $loc) {
my $image = Image::Magick->new;
$image->Read($loc);