Merge branch 'master' into 9318-dashboard-uses-work-units
[arvados.git] / apps / workbench / app / models / proxy_work_unit.rb
index 6d9082d3ebdd6014440d55032ee9d13001681d6d..3140c5ed82a81e4f36a9ec2dc5d91e098332e603 100644 (file)
@@ -215,14 +215,6 @@ class ProxyWorkUnit < WorkUnit
     end
   end
 
-  def show_child_summary
-    if state_label == "Running"
-      if child_summary
-        child_summary_str
-      end
-    end
-  end
-
   def is_running?
     state_label == 'Running'
   end