Skip to content

Commit 88fc212

Browse files
committed
Remove unneeded 'println' statements
1 parent f8e707d commit 88fc212

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scalac-scoverage-plugin/src/test/scala/scoverage/LocationTest.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ class LocationTest extends FreeSpec with Matchers {
187187
compiler
188188
.compile(
189189
"package com.a; object A { def foo(b : B) : Unit = b.invoke }; trait B { def invoke : Unit }; class C { A.foo(new B { def invoke = () }) }")
190-
println()
191-
println(compiler.locations.result().mkString("\n"))
192190
val loc = compiler.locations.result().filter(_._1 == "Template").last._2
193191
loc.packageName shouldBe "com.a"
194192
loc.className shouldBe "C"

0 commit comments

Comments
 (0)