Removed debugging code.

time-shift
Stéphane Adjemian (Charybdis) 2020-02-12 09:44:42 +01:00
parent 87e688011e
commit e56a681ce2
Signed by: stepan
GPG Key ID: 295C1FE89E17EB3C
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ for i=1:length(varargin)
end
% Add equation tag with block name.
if ~isempty(rootfolder)
getblockname(varargin{i}, rootfolder)
model{j} = strcat('[blockname=''', getblockname(varargin{i}, rootfolder), ''',', model{j}(2:end));
end
eqlist{tagnum,4} = model{j};