fix bundle CV pandora_enterprise#9941

This commit is contained in:
daniel 2023-01-09 16:20:40 +01:00
parent 242f1d046f
commit 4d27310499
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -718,8 +718,6 @@ export default class VisualConsole {
itemInstance.onResizeFinished(context.handleElementResizementFinished); itemInstance.onResizeFinished(context.handleElementResizementFinished);
} }
console.log(context.containerRef);
console.log(itemInstance.elementRef);
// Add the item to the DOM. // Add the item to the DOM.
context.containerRef.append(itemInstance.elementRef); context.containerRef.append(itemInstance.elementRef);
return itemInstance; return itemInstance;