Skip to content

Commit

Permalink
Remove outdated log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Aug 14, 2014
1 parent 104b366 commit 9fd1fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/scala/org/apache/spark/ContextCleaner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ private[spark] class ContextCleaner(sc: SparkContext) extends Logging {
reference.map(_.task).foreach { task =>
logDebug("Got cleaning task " + task)
referenceBuffer -= reference.get
logDebug("There are " + referenceBuffer.size + " more tasks in queue")
task match {
case CleanRDD(rddId) =>
doCleanupRDD(rddId, blocking = blockOnCleanupTasks)
Expand Down

0 comments on commit 9fd1fe6

Please sign in to comment.