Skip to content

Commit

Permalink
more cleanup of debug garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Jun 11, 2015
1 parent cb245da commit 46bc26a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,6 @@ class DAGScheduler(
{
newlyRunnable += shuffleStage
}
val newlyRunnableWithJob = newlyRunnable.map{x => x -> activeJobForStage(x)}
waitingStages --= newlyRunnable
runningStages ++= newlyRunnable
for {
Expand Down

0 comments on commit 46bc26a

Please sign in to comment.