Skip to content

Commit 980011e

Browse files
committed
Scala remove debugging in ApiAliasAndCompanionSpec
1 parent f1d4e93 commit 980011e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

driver-scala/src/test/scala/org/mongodb/scala/ApiAliasAndCompanionSpec.scala

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -396,17 +396,6 @@ class ApiAliasAndCompanionSpec extends BaseSpec {
396396
.map(_.getSimpleName)
397397
.toSet ++ packageObjects -- scalaExclusions
398398

399-
println(
400-
new Reflections(scalaPackageName, new SubTypesScanner(false))
401-
.getSubTypesOf(classOf[Object])
402-
.asScala
403-
.filter(classFilter)
404-
.filter(f => f.getPackage.getName == scalaPackageName)
405-
.toSet
406-
)
407-
println("====")
408-
println(local)
409-
410399
diff(local, wrapped) shouldBe empty
411400
}
412401

0 commit comments

Comments
 (0)