diff --git a/src/app/modules/cross-hotbar/components/cross-hotbar-set/cross-hotbar-set.component.ts b/src/app/modules/cross-hotbar/components/cross-hotbar-set/cross-hotbar-set.component.ts index 8ce3614..6058616 100644 --- a/src/app/modules/cross-hotbar/components/cross-hotbar-set/cross-hotbar-set.component.ts +++ b/src/app/modules/cross-hotbar/components/cross-hotbar-set/cross-hotbar-set.component.ts @@ -41,7 +41,6 @@ export class CrossHotbarSetComponent { } public onDropHandler(dropEvent: { hotbarId: number, slotId: number, actionId: number }) { - console.log('emitting') this.onAssignSlot.emit(dropEvent); } } diff --git a/src/app/pages/browser/browser.component.html b/src/app/pages/browser/browser.component.html index 27ad4c4..7ac3dd1 100644 --- a/src/app/pages/browser/browser.component.html +++ b/src/app/pages/browser/browser.component.html @@ -7,7 +7,7 @@ (toggleUserOverlay)="isUserPanelVisible = !isUserPanelVisible">
- +