Skip to content

Commit e0057da

Browse files
committed
Remove debug info
1 parent f521a5a commit e0057da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/SymDenotations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ trait SymDenotations { this: Context =>
7171

7272
/** Explain why symbol is invalid; used for debugging only */
7373
def traceInvalid(denot: Denotation): Boolean = {
74-
def show(d: Denotation) = s"$d#${d.symbol.id}/${denot.symbol.initialDenot.name.debugString}"
74+
def show(d: Denotation) = s"$d#${d.symbol.id}"
7575
def explain(msg: String) = {
7676
println(s"${show(denot)} is invalid at ${this.period} because $msg")
7777
false

0 commit comments

Comments
 (0)