Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit 64a1906

Browse files
committed
save data to JSON
1 parent 4c6dab2 commit 64a1906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/pages/flow/New.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
for (let [inx, item] of data.definitions.BPMNDiagram.BPMNPlane.BPMNShape.entries()) {
177177
let m = _.find(allProcess, {_id: item._bpmnElement})
178178
if (m !== undefined && m !== null) {
179-
console.log('m', m.type)
180179
if (m.type === 'sendproofmail') {
181180
this.flowObject.processList[m._id] = {
182181
id: m._id,

0 commit comments

Comments
 (0)