Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Henning Berge committed Mar 24, 2021
1 parent 3d6e9f0 commit cc1fe7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/game-engine/world/actor/player/interface-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export class InterfaceState {
} else {
widget = this.widgetSlots[i] || null;
}
console.log("widget closed", data,widget);

if(!widget) {
return;
Expand All @@ -161,8 +160,6 @@ export class InterfaceState {

this.widgetSlots[widget.slot] = widget;
this.showWidget(widget);
console.log("widget opened");

}

public setTab(type: TabType, widget: Widget | number | null): void {
Expand Down

0 comments on commit cc1fe7d

Please sign in to comment.