Skip to content

Commit cc260d2

Browse files
committed
Removed print
1 parent 41c1628 commit cc260d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/rascalmpl/compiler/lang/rascalcore/check/RascalConfig.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Accept rascalIsAcceptableQualified(loc def, Use use, Solver s){
196196
defPathAsMODID = |rascal+module://<defPath>|;
197197
qualPathAsMODID = |rascal+module://<qualPath>|;
198198
if(defPathAsMODID in paths[qualPathAsMODID]<1>){
199-
println("acceptBinding: <defPathAsMODID>");
199+
//println("acceptBinding: <defPathAsMODID>");
200200
return acceptBinding();
201201
}
202202

0 commit comments

Comments
 (0)