diff --git a/matlab/utilities/tests/mtest.m b/matlab/utilities/tests/mtest.m index 0d08a2cb1..ae8739ef2 100644 --- a/matlab/utilities/tests/mtest.m +++ b/matlab/utilities/tests/mtest.m @@ -82,7 +82,6 @@ for i=1:nn fprintf(tid,'exception = lasterror;\n'); if isoctave fprintf(tid, 'LOG = ''%s'';\n','The Log output is not available with Octave!'); - %fprintf(fid,['LOG = sprintf(''LOG = Error in %%s (line %%d)\\n'', strvcat(exception.stack.name), strvcat(exception.stack.line));\n']); else fprintf(tid,['LOG = getReport(exception,''extended'');\n']); end