Skip to content

Commit

Permalink
- Disable debug print that fails 30% of the testsuite
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9058 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 20, 2011
1 parent c7aa919 commit 7d38420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_runtime/simulation_runtime.cpp
Expand Up @@ -628,7 +628,7 @@ main(int argc, char**argv)
cout << "startInteractiveSimulation: " << version << endl;
retVal = startInteractiveSimulation(argc, argv);
} else {
cout << "startNonInteractiveSimulation: " << version << endl;
// cout << "startNonInteractiveSimulation: " << version << endl;
retVal = startNonInteractiveSimulation(argc, argv);
}

Expand Down

0 comments on commit 7d38420

Please sign in to comment.