Skip to content

Commit

Permalink
remove debug thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroxoneafour committed Mar 3, 2024
1 parent d9f4b84 commit 60dc024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/actions/windowhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export class WindowHooks {
}

tileChanged(inputTile: Tile): void {
this.logger.debug("a");
// dont react to geometry changes while the layout is rebuilding
if (this.ctrl.driverManager.buildingLayout) return;
// something about single window maximizing used to be here?
Expand Down

0 comments on commit 60dc024

Please sign in to comment.