changeset 11106:36c18286a61b

__errplot__.m: remove stray debugging statement
author John W. Eaton <jwe@octave.org>
date Mon, 18 Oct 2010 02:41:21 -0400
parents a6ab46b5926f
children 811b51cdddce
files scripts/ChangeLog scripts/plot/private/__errplot__.m
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-18  John W. Eaton  <jwe@octave.org>
+
+	* plot/private/__errplot__.m: Remove debugging statement from
+	previous change.
+
 2010-10-17  John W. Eaton  <jwe@octave.org>
 
 	* miscellaneous/edit.m: Use version 3 in GPL notice.
--- a/scripts/plot/private/__errplot__.m
+++ b/scripts/plot/private/__errplot__.m
@@ -34,8 +34,6 @@
 
   [fmt, key] = __pltopt__ ("__errplot__", fstr);
 
-  fmt
-
   [len, nplots] = size (varargin{1});
   h = [];