Skip to content

Commit

Permalink
- forgot some debug prints. now they are no more!
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 27, 2010
1 parent 3f4b62c commit 7c7e6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/ConnectionGraph.mo
Expand Up @@ -1375,7 +1375,7 @@ algorithm
case (connectEquationOptLst, (left, right)::rest)
equation
true = isInConnectionList(connectEquationOptLst, left, right);
print("Found it!\n");
// print("Found it!\n");
then true;

// current element is NOT in connection list
Expand Down

0 comments on commit 7c7e6ee

Please sign in to comment.