From dc3bcb47bf39afcc70c4ef18aafa6f8a4626b911 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Scylla=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Fri, 29 Nov 2013 19:06:26 +0100
Subject: [PATCH] Cosmetic (removed commented line of code).

---
 matlab/utilities/tests/mtest.m | 1 -
 1 file changed, 1 deletion(-)

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