[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm
raeburn
raeburn at source.lon-capa.org
Tue Nov 20 10:11:06 EST 2012
raeburn Tue Nov 20 15:11:06 2012 EDT
Modified files:
/loncom/xml lonplot.pm
Log:
- Remove debug line (added in rev. 1.166).
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.167 loncom/xml/lonplot.pm:1.168
--- loncom/xml/lonplot.pm:1.167 Sun Oct 7 15:04:44 2012
+++ loncom/xml/lonplot.pm Tue Nov 20 15:11:05 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.167 2012/10/07 15:04:44 raeburn Exp $
+# $Id: lonplot.pm,v 1.168 2012/11/20 15:11:05 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1764,7 +1764,6 @@
sub write_gnuplot_file {
my ($tmpdir,$filename,$target)= @_;
my ($fontsize, $font_properties) = &get_font($target);
- &Apache::lonnet::logthis("Fontsize: $fontsize");
my $gnuplot_input = '';
my $curve;
#
More information about the LON-CAPA-cvs
mailing list