Skip to content

Commit 06980be

Browse files
committed
Remove stray println
1 parent 03c6dbf commit 06980be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ trait NamerContextOps { this: Context =>
109109
val opaq = owner.companionOpaqueType
110110
val alias = opaq.opaqueAlias
111111
if (alias.exists) {
112-
println(i"set GADT bounds of $opaq : $alias")
113112
val result = freshCtx.setFreshGADTBounds
114113
result.gadt.setBounds(opaq, TypeAlias(alias))
115114
result

0 commit comments

Comments
 (0)