Cosmetic (removed commented line of code).

time-shift
Stéphane Adjemian (Scylla) 2013-11-29 19:06:26 +01:00
parent a6a10055da
commit dc3bcb47bf
1 changed files with 0 additions and 1 deletions

View File

@ -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