From 9eda3ee9b1fa61961ce26f848f1fbd0420b150b4 Mon Sep 17 00:00:00 2001 From: Louis Pontoise Date: Wed, 6 Jan 2021 10:55:16 +0900 Subject: [PATCH] chore: remove debug logs --- src/logic/Windows.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/src/logic/Windows.swift b/src/logic/Windows.swift index ef8848d5..96faff8c 100644 --- a/src/logic/Windows.swift +++ b/src/logic/Windows.swift @@ -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