changeset 12432:47403ef7caa3 octave-forge

Remove stray debug statement
author prnienhuis
date Sun, 13 Apr 2014 21:36:42 +0000
parents 17fab9884d5d
children dd5e4fd6446b
files main/io/inst/private/__OCT_gnm2oct__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__OCT_gnm2oct__.m	Sun Apr 13 21:35:50 2014 +0000
+++ b/main/io/inst/private/__OCT_gnm2oct__.m	Sun Apr 13 21:36:42 2014 +0000
@@ -96,7 +96,7 @@
     lastrow  = min (lastrow, firstrow + nr - 1);
     rightcol = min (rightcol, leftcol + nc - 1);
   endif
-keyboard
+
   ## Get cell nodes
   cells = getxmlnode (xml, "gnm:Cells");