From: <prn...@us...> - 2012-06-08 15:29:07
|
Revision: 10593 http://octave.svn.sourceforge.net/octave/?rev=10593&view=rev Author: prnienhuis Date: 2012-06-08 15:28:56 +0000 (Fri, 08 Jun 2012) Log Message: ----------- Stray debug stmts removed Modified Paths: -------------- trunk/octave-forge/main/io/inst/io_xls_testscript.m Modified: trunk/octave-forge/main/io/inst/io_xls_testscript.m =================================================================== --- trunk/octave-forge/main/io/inst/io_xls_testscript.m 2012-06-08 15:28:27 UTC (rev 10592) +++ trunk/octave-forge/main/io/inst/io_xls_testscript.m 2012-06-08 15:28:56 UTC (rev 10593) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |