From 740d31c9564d6bf02eca935f1f979ddd72b1ffbc Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 11 Jan 2020 15:40:21 +0100 Subject: deploy bundle --- app/client/modules/biggan/biggan.tasks.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/client/modules/biggan/biggan.tasks.js') diff --git a/app/client/modules/biggan/biggan.tasks.js b/app/client/modules/biggan/biggan.tasks.js index a28bf20..3c39c85 100644 --- a/app/client/modules/biggan/biggan.tasks.js +++ b/app/client/modules/biggan/biggan.tasks.js @@ -8,7 +8,6 @@ import actions from '../../actions' import module from './biggan.module' export const invert_task = (folder_id) => dispatch => { - if (dataset === 'PLACEHOLDER') return const task = { module: module.name, activity: 'invert', @@ -16,10 +15,6 @@ export const invert_task = (folder_id) => dispatch => { folder_id: folder_id, } } - if (!task.dataset) { - console.error("invert task: no dataset specified") - return - } console.log(task) return actions.queue.add_task(task) } -- cgit v1.2.3-70-g09d2