From bcc6057cd3d0425f2175685cc9109845a394eff4 Mon Sep 17 00:00:00 2001 From: Ayoub Ait Lachgar <44379029+theaubmov@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:24:04 +0100 Subject: [PATCH] Remove Consoles --- app/app.js | 1 - .../DataStoreReference/propertiesPanel/DataStoreSelect.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/app/app.js b/app/app.js index e8e7103..21374a4 100644 --- a/app/app.js +++ b/app/app.js @@ -187,7 +187,6 @@ bpmnModeler.on('spiff.dmn_files.requested', (event) => { }); bpmnModeler.on('spiff.data_stores.requested', (event) => { - console.log(event) event.eventBus.fire('spiff.data_stores.returned', { options: [ { id: 'countriesID', type: 'json', name: 'countries', clz: 'JSONDataStore' }, diff --git a/app/spiffworkflow/DataStoreReference/propertiesPanel/DataStoreSelect.js b/app/spiffworkflow/DataStoreReference/propertiesPanel/DataStoreSelect.js index 80cf58b..5d1a333 100644 --- a/app/spiffworkflow/DataStoreReference/propertiesPanel/DataStoreSelect.js +++ b/app/spiffworkflow/DataStoreReference/propertiesPanel/DataStoreSelect.js @@ -29,8 +29,6 @@ export function DataStoreSelect(props) { const setValue = (value) => { - console.log('elements', element) - const splitValue = value.split('___'); const valId = splitValue[0] const valClz = splitValue[1]