Skip to content

Commit

Permalink
Removing beep when window frames are equal
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hanson committed May 26, 2020
1 parent a46cec2 commit 6dab5ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rectangle/WindowManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class WindowManager {
}

if currentNormalizedRect.equalTo(calcResult.rect) {
NSSound.beep()
Logger.log("Current frame is equal to new frame")
return
}
Expand Down

0 comments on commit 6dab5ac

Please sign in to comment.