Skip to content

Commit

Permalink
chore: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Jan 25, 2021
1 parent 00e95d6 commit 9eda3ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logic/Windows.swift
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ class Windows {
var screenFrameInQuartzCoordinates = screen.frame
screenFrameInQuartzCoordinates.origin.y = NSMaxY(NSScreen.screens[0].frame) - NSMaxY(screen.frame)
let windowRect = CGRect(origin: topLeftCorner, size: size)
debugPrint(windowRect.intersects(screenFrameInQuartzCoordinates), screenSpaceId, window.spaceId)
return windowRect.intersects(screenFrameInQuartzCoordinates) && screenSpaceId == window.spaceId
}
return true
Expand Down

0 comments on commit 9eda3ee

Please sign in to comment.