Skip to content
Snippets Groups Projects
Commit b9632841 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Remove commented code

parent ff2d3d12
No related branches found
No related tags found
1 merge request!74Resolve "select workflow to run"
Pipeline #66579 canceled
......@@ -51,18 +51,6 @@ export default {
}
})
const workflows = await $axios.$get('/api/cc-qtl-workflows/')
// const workflowTools = await $axios.$get('/api/workflow-tools/111')
// const workflowTools = await $axios.$get(
// '/api/workflow-tools/8d696d561941e3d3/'
// )
// const toolsInputs = Object.keys(workflowTools)
// .filter((stepId) => stepId !== 'null')
// .map((stepId) => {
// workflowTools[stepId].stepId = stepId
// return workflowTools[stepId]
// })
return {
experiments: await Promise.all(expWithVarTypes),
projectId: parseInt(params.id),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment