Skip to content

Commit 368893c

Browse files
committed
Remove commented debug print
1 parent 5bf2bed commit 368893c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ object Nullables:
194194
&& sym.isField
195195
&& sym.hasAnnotation(defn.StableNullAnnot)
196196

197-
// println(s"isTracked: $ref, usedOutOfOrder = ${ref.usedOutOfOrder}, isStable = ${ref.isStable}, span = ${ref.symbol.span}, assignmentSpans = ${ctx.compilationUnit.assignmentSpans.get(ref.symbol.span.start)}")
198197
ref.isStable
199198
|| isNullStableField
200199
|| { val unit = ctx.compilationUnit

0 commit comments

Comments
 (0)