Skip to content

Commit

Permalink
Remove println statement
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Mar 7, 2022
1 parent 1e03f80 commit a45d894
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class PcDefinitionProvider(

case (head @ Select(target, name)) :: _
if head.symbol.is(Synthetic) && name == StdNames.nme.apply =>
println(head)
val sym = target.symbol
if sym.is(Synthetic) && sym.is(Module) then List(sym.companionClass)
else List(target.symbol)
Expand Down

0 comments on commit a45d894

Please sign in to comment.