Skip to content

Commit a69b49f

Browse files
szymon-rdKordyjan
authored andcommitted
Remove unnecessary logging in CheckUnused phase
1 parent 774c4e9 commit a69b49f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/transform/CheckUnused.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class CheckUnused private (phaseMode: CheckUnused.PhaseMode, suffix: String, _ke
5252
// ========== SETUP ============
5353

5454
override def prepareForUnit(tree: tpd.Tree)(using Context): Context =
55-
println(this)
5655
val data = UnusedData()
5756
tree.getAttachment(_key).foreach(oldData =>
5857
data.unusedAggregate = oldData.unusedAggregate

0 commit comments

Comments
 (0)