Skip to content

Commit

Permalink
- Remove debug printout.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13801 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Nov 5, 2012
1 parent b9444fb commit 53bad54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/SCodeInst.mo
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ algorithm
// Instantiate global constants (package constants).
(const_el, functions) = instGlobalConstants(inGlobalConstants, inClassPath, inEnv, functions);

print(InstDump.modelStr(name, cls)); print("\n");
//print(InstDump.modelStr(name, cls)); print("\n");

// ------------------- Typing -------------------
// Build the symboltable to use for typing.
Expand Down

0 comments on commit 53bad54

Please sign in to comment.