[LON-CAPA-cvs] cvs: loncom /homework imagechoice.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 09 Sep 2004 20:35:10 -0000
albertel Thu Sep 9 16:35:10 2004 EDT
Modified files:
/loncom/homework imagechoice.pm
Log:
- remove log spew
Index: loncom/homework/imagechoice.pm
diff -u loncom/homework/imagechoice.pm:1.5 loncom/homework/imagechoice.pm:1.6
--- loncom/homework/imagechoice.pm:1.5 Mon Feb 23 19:14:01 2004
+++ loncom/homework/imagechoice.pm Thu Sep 9 16:35:10 2004
@@ -1,4 +1,4 @@
-# $Id: imagechoice.pm,v 1.5 2004/02/24 00:14:01 albertel Exp $
+# $Id: imagechoice.pm,v 1.6 2004/09/09 20:35:10 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -230,7 +230,6 @@
my $type=$ENV{"imagechoice.$id.type"};
if (defined($ENV{'form.type'})) { $type=$ENV{'form.type'}; }
my $numcoords=&savecoord($id,$type);
- &Apache::lonnet::logthis("num coords is $numcoords");
my $imurl=&drawimage($r,$type,$filename,$id);
if (($ENV{'form.finish'} eq 'Finish')) {
&storedata($r,$type,$imurl,$id);