Skip to content
Snippets Groups Projects
Commit f9671b08 authored by Justin Ma's avatar Justin Ma
Browse files

got rid of unnecessary line

parent 4cbca25f
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,6 @@ extends ParallelOperation with Logging
val result = Utils.deserialize[TaskResult[T]](status.getData)
results(index) = result.value
// Update accumulators
print(" with " + result.accumUpdates.size + " accumulatedUpdates")
Accumulators.add(callingThread, result.accumUpdates)
// Mark finished and stop if we've finished all the tasks
finished(index) = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment