From 3fc9ebdb1868e29b4a380aca12797940eb5dc936 Mon Sep 17 00:00:00 2001 From: hkiel Date: Thu, 17 Mar 2016 07:32:39 +0100 Subject: [PATCH] Remove dumping of graph in production code --- Compiler/Script/CevalScriptBackend.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/Script/CevalScriptBackend.mo b/Compiler/Script/CevalScriptBackend.mo index c946ea5f03a..2b2fadc3ab3 100644 --- a/Compiler/Script/CevalScriptBackend.mo +++ b/Compiler/Script/CevalScriptBackend.mo @@ -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()));