Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Aug 28, 2024
1 parent 203e06c commit 983de97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/element-templates/cmd/RemoveElementTemplateHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ export default class RemoveElementTemplateHandler {
* @param {ModdleElement} targetBusinessObject
*/
_copyNonTemplateProperties(sourceBusinessObject, targetBusinessObject) {
console.log('_copyNonTemplateProperties');
const copy = this._moddleCopy;
const bpmnFactory = this._bpmnFactory;

Expand Down

0 comments on commit 983de97

Please sign in to comment.