Skip to content

Commit 88e250a

Browse files
committed
disable debug _RawData function
1 parent 873a08d commit 88e250a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/dbtable.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,14 @@ function summary (this)
459459
endfunction
460460
endmethods
461461

462+
%{
463+
# when this is defined, a plot window will show :)
462464
methods (Access = hidden)
463465
function tdata = _RawData(this)
464466
tdata = this._data;
465467
endfunction
466468
endmethods
469+
%}
467470
endclassdef
468471

469472
%!test

0 commit comments

Comments
 (0)