Skip to content

Commit

Permalink
-removed debug-print in valueString.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/branches/MathCoreOSMC@3957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed Mar 19, 2009
1 parent 8dd4945 commit a969177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Values.mo
Expand Up @@ -1772,11 +1772,11 @@ algorithm
then
s_2;
case(ENUM(cr)) equation
s = "enumerationValue("+&Exp.printComponentRefStr(cr)+&")";
s = Exp.printComponentRefStr(cr);
then s;
case _
equation
print("- val_string failed\n");
//print("- val_string failed\n");
then
fail();
end matchcontinue;
Expand Down

0 comments on commit a969177

Please sign in to comment.