Skip to content

Commit

Permalink
delete commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Mar 6, 2024
1 parent 90b921d commit 55f8766
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/src/test/scala/tests/ScalaToplevelSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,6 @@ class ScalaToplevelSuite extends BaseSuite {
val includeMembers = mode == All
val (doc, overrides) =
Mtags.indexWithOverrides(input, dialect, includeMembers)
// additionalSymbolCheck(doc.symbols)
// val symbols = doc.symbols.map(_.symbol).toList
val overriddenMap = overrides.toMap
doc.symbols.map { symbolInfo =>
val symbol = symbolInfo.symbol
Expand Down

0 comments on commit 55f8766

Please sign in to comment.