remove console

This commit is contained in:
Ayoub Ait Lachgar 2024-01-05 09:10:03 +01:00
parent 7889b4d54a
commit 6704584ad2
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ PropertiesPanelProvider.$inject = ['propertiesPanel', 'eventBus'];
PropertiesPanelProvider.prototype.render = function (groups) {
setTimeout(() => {
console.log('Render ;;;')
const propertiesPanelContainer = document.querySelector('.bio-properties-panel-container');
if (!propertiesPanelContainer) return;