Skip to content

Commit

Permalink
[SimCode] Remove unnecessary verbose SimCode dump
Browse files Browse the repository at this point in the history
  - Repeats the same information
  - Dump size grows factorially with number of elsewhen statements

Belonging to [master]:
  - OpenModelica/OMCompiler#3053
  • Loading branch information
kabdelhak authored and OpenModelica-Hudson committed Apr 18, 2019
1 parent dd336f9 commit e9f8330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -8370,7 +8370,6 @@ algorithm
s = s +dumpWhenOps(whenStmtLst);
if isSome(elseWhen) then
s = s + " ELSEWHEN: ";
dumpSimEqSystem(Util.getOption(elseWhen));
s = s + simEqSystemString(Util.getOption(elseWhen));
end if;
then s;
Expand Down

0 comments on commit e9f8330

Please sign in to comment.