Skip to content

Commit bbd366a

Browse files
committed
- Remove failtrace for lookupVarInPackages.
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5312 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 8aaa495 commit bbd366a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Compiler/Lookup.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,8 +1280,8 @@ algorithm
12801280

12811281
case (cache,env,cr,prevFrames,inState)
12821282
equation
1283-
true = RTOpts.debugFlag("failtrace");
1284-
Debug.traceln("- Lookup.lookupVarInPackages failed on exp:" +& Exp.printComponentRefStr(cr) +& " in scope: " +& Env.printEnvPathStr(env));
1283+
//true = RTOpts.debugFlag("failtrace");
1284+
//Debug.traceln("- Lookup.lookupVarInPackages failed on exp:" +& Exp.printComponentRefStr(cr) +& " in scope: " +& Env.printEnvPathStr(env));
12851285
then
12861286
fail();
12871287
end matchcontinue;

0 commit comments

Comments
 (0)