changeset 6300:a528366b5a96

[project @ 2007-02-10 20:02:00 by jwe]
author jwe
date Sat, 10 Feb 2007 20:02:00 +0000
parents 0bccc5944e00
children 2bab2360f07f
files scripts/plot/__uiobject_close_all__.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/__uiobject_close_all__.m	Sat Feb 10 20:00:56 2007 +0000
+++ b/scripts/plot/__uiobject_close_all__.m	Sat Feb 10 20:02:00 2007 +0000
@@ -26,6 +26,5 @@
 ## Author: jwe
 
 function __uiobject_close_all__ ()
-  fputs (stderr, "closing all figures\n");
   close ("all");
 endfunction