Merge branch '3605-node-info-field' refs #3605
[arvados.git] / apps / workbench / app / controllers / pipeline_instances_controller.rb
index f1e3634d5e9c8c76abbd972fbfc109fcd5aefa34..9b31912a48619f26454e85e479eca107b877225c 100644 (file)
@@ -54,12 +54,6 @@ class PipelineInstancesController < ApplicationController
       p.components.each do |k, v|
         j = v[:job] || next
 
-        # The graph is interested in whether the component is
-        # indicated as persistent, more than whether the job
-        # satisfying it (which could have been reused, or someone
-        # else's) is.
-        j[:output_is_persistent] = v[:output_is_persistent]
-
         uuid = j[:uuid].intern
         provenance[uuid] = j
         pips[uuid] = 0 unless pips[uuid] != nil