[ARVADOS-WORKBENCH2] updated: 1.4.0-36-gc354d605

Git user git at public.curoverse.com
Fri Aug 23 16:09:13 UTC 2019


Summary of changes:
 src/models/workflow.ts | 4 ----
 1 file changed, 4 deletions(-)

       via  c354d605e3a09baa791be57443c2a0ea32d5bd67 (commit)
      from  2c756bed758193cb6c554c57718bd2fc22757958 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c354d605e3a09baa791be57443c2a0ea32d5bd67
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Fri Aug 23 13:08:53 2019 -0300

    15027: Removes commented out code.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/src/models/workflow.ts b/src/models/workflow.ts
index 91f6b6e4..abc92c62 100644
--- a/src/models/workflow.ts
+++ b/src/models/workflow.ts
@@ -131,10 +131,6 @@ export const getWorkflow = (workflowDefinition: WorkflowResourceDefinition) => {
 
 export const getWorkflowInputs = (workflowDefinition: WorkflowResourceDefinition) => {
     if (!workflowDefinition) { return undefined; }
-    // const mainWorkflow = workflowDefinition.$graph.find(item => item.class === 'Workflow' && item.id === '#main');
-    // return mainWorkflow
-    //     ? mainWorkflow.inputs
-    //     : undefined;
     return getWorkflow(workflowDefinition)
         ? getWorkflow(workflowDefinition)!.inputs
         : undefined;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list