Skip to content

Commit

Permalink
Remove dumping of graph in production code
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiel committed Mar 17, 2016
1 parent 30f3e8b commit 3fc9ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Script/CevalScriptBackend.mo
Expand Up @@ -2595,7 +2595,7 @@ algorithm
//print("\nInst.instantiateClass");
(cache,env,_,dae) = Inst.instantiateClass(cache,InnerOuter.emptyInstHierarchy,scodeP,className);

FGraphDump.dumpGraph(env, "F:\\dev\\" + Absyn.pathString(className) + ".graph.graphml");
//FGraphDump.dumpGraph(env, "F:\\dev\\" + Absyn.pathString(className) + ".graph.graphml");

//System.stopTimer();
//print("\nInst.instantiateClass: " + realString(System.getTimerIntervalTime()));
Expand Down

0 comments on commit 3fc9ebd

Please sign in to comment.