Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aibcmars committed Nov 4, 2020
1 parent 971f69d commit 3ab0af4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/component/BpmnVisualization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ export default class BpmnVisualization {
try {
const bpmnModel = newBpmnParser().parse(xml);
defaultMxGraphRenderer(this.graph).render(bpmnModel, options?.fitType);
// eslint-disable-next-line no-console
console.log(this.graph);
} catch (e) {
// TODO error handling
mxUtils.alert('Cannot load bpmn diagram: ' + e.message);
Expand Down

0 comments on commit 3ab0af4

Please sign in to comment.