Skip to content

Commit 5577f41

Browse files
committed
Remove println
1 parent cfec135 commit 5577f41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/scala/org/apache/spark/deploy/LogUrlsStandaloneSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class LogUrlsStandaloneSuite extends FunSuite with LocalSparkContext {
4747
assert(info.logUrlMap.nonEmpty)
4848
// Browse to each URL to check that it's valid
4949
info.logUrlMap.foreach { case (logType, logUrl) =>
50-
println(logUrl)
5150
val html = Source.fromURL(logUrl).mkString
5251
assert(html.contains(s"$logType log page"))
5352
}

0 commit comments

Comments
 (0)