Skip to content

Commit 3481718

Browse files
committed
Delete rogue println
1 parent 44f8410 commit 3481718

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/scala/org/apache/spark/SecurityManager.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ private[spark] class SecurityManager(sparkConf: SparkConf) extends Logging with
351351

352352
override def getSecretKey(appId: String): String = {
353353
val myAppId = sparkConf.getAppId
354-
println("App id: " + appId + " / " + myAppId)
355354
require(appId == myAppId, s"SASL appId $appId did not match my appId ${myAppId}")
356355
getSecretKey()
357356
}

0 commit comments

Comments
 (0)