Remove Consoles

This commit is contained in:
Ayoub Ait Lachgar 2024-02-02 19:24:04 +01:00
parent f9d60b5e77
commit bcc6057cd3
2 changed files with 0 additions and 3 deletions

View File

@ -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' },

View File

@ -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]