changeset 10407:7a142d50999f octave-forge

Stray debug stmts removed
author prnienhuis
date Fri, 08 Jun 2012 15:28:56 +0000
parents 1600469c640f
children df32c8d619af
files main/io/inst/io_xls_testscript.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/io_xls_testscript.m	Fri Jun 08 15:28:27 2012 +0000
+++ b/main/io/inst/io_xls_testscript.m	Fri Jun 08 15:28:56 2012 +0000
@@ -113,7 +113,7 @@
   if (isnumeric (raw{3, 3}))
     printf (" (equals %f, should be a string like '=c2+d2')\n", raw{3, 3}); 
   else
-    printf ("\n"); keyboard
+    printf ("\n");
   endif
 end_try_catch