Client:Store:InfoPanelStore: delete console log

This commit is contained in:
Timofey Boyko 2024-07-15 18:31:54 +03:00
parent 66d8f3dd9f
commit 28f99ca87d

View File

@ -119,7 +119,6 @@ class InfoPanelStore {
};
setIsVisible = (bool) => {
console.log(this.infoPanelSelectedItems[0]);
if (
(this.infoPanelSelectedItems.length &&
!this.infoPanelSelectedItems[0]?.isRoom &&