Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Mar 24, 2021
1 parent d857be8 commit 9f6de2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/background/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ function createWindow() {
x = validNumber(windowState.x, null),
y = validNumber(windowState.y, null);

log.info(width, height, x, y);

const opts = {
width,
height,
Expand Down

0 comments on commit 9f6de2b

Please sign in to comment.