[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm

foxr foxr at source.lon-capa.org
Tue Jul 24 07:05:11 EDT 2012


foxr		Tue Jul 24 11:05:11 2012 EDT

  Modified files:              
    /loncom/xml	lonplot.pm 
  Log:
   remembered to comment out the debugging output.
  
  
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.164 loncom/xml/lonplot.pm:1.165
--- loncom/xml/lonplot.pm:1.164	Tue Jul 24 11:02:58 2012
+++ loncom/xml/lonplot.pm	Tue Jul 24 11:05:11 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Dynamic plot
 #
-# $Id: lonplot.pm,v 1.164 2012/07/24 11:02:58 foxr Exp $
+# $Id: lonplot.pm,v 1.165 2012/07/24 11:05:11 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2091,7 +2091,7 @@
     }
     # Write the output to a file.
 
-    &Apache::lonnet::logthis($gnuplot_input); # uncomment to log the gnuplot input.
+    # &Apache::lonnet::logthis($gnuplot_input); # uncomment to log the gnuplot input.
     open (my $fh, "> $tmpdir$filename.data");
     binmode($fh, ':utf8');
     print $fh $gnuplot_input;




More information about the LON-CAPA-cvs mailing list