We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e2ba0 commit 7e87f76Copy full SHA for 7e87f76
1 file changed
app/elements/options/node-edit-behavior/node-edit-behavior.ts
@@ -555,7 +555,6 @@ namespace NodeEditBehaviorNamespace {
555
556
static _init(this: NodeEditBehaviorInstance) {
557
this.newSettings = JSON.parse(JSON.stringify(this.item));
558
- console.log('Setting new settings to', this.newSettings);
559
window.crmEditPage.nodeInfo = this.newSettings.nodeInfo;
560
this.assignContentTypeSelectedValues();
561
setTimeout(() => {
0 commit comments