Skip to content

Commit 0f25dc4

Browse files
committed
Added debug print
1 parent f7ad466 commit 0f25dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/typepal/Solver.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ Solver newSolver(map[str,Tree] namedTrees, TModel tm){
12601260
}
12611261
}
12621262
catch NoBinding(): {
1263-
//println("NoBinding: <u>");
1263+
println("<tm.modelName>: NoBinding: <u>");
12641264
notYetDefinedUses += u;
12651265
}
12661266
catch TypeUnavailable(): {

0 commit comments

Comments
 (0)