Skip to content

Commit a717f4c

Browse files
committed
Drop debug output
1 parent c57fe6e commit a717f4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/src/dotty/tools/dotc/typer/Nullables.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ object Nullables with
110110
&& sym.owner.enclosingMethod == curCtx.owner.enclosingMethod
111111
&& sym.span.exists
112112
&& curCtx.compilationUnit.trackedVarSpans.contains(sym.span.start)
113-
// .reporting(i"tracked? $sym ${sym.span} = $result")
114113
}
115114

116115
def afterPatternContext(sel: Tree, pat: Tree)(given ctx: Context) = (sel, pat) match
@@ -288,6 +287,5 @@ object Nullables with
288287

289288
populate.traverse(curCtx.compilationUnit.untpdTree)
290289
populate.tracked
291-
.reporting(i"tracked vars: ${result.toList}%, %")
292290
end trackedVarSpans
293291
end Nullables

0 commit comments

Comments
 (0)