diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 7ce79d0b..42a2fa9b 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -345,7 +345,6 @@ $sync["Form"].Add_ContentRendered({ # Compare with the primary monitor size if ($sync.Form.ActualWidth -gt $screenWidth -or $sync.Form.ActualHeight -gt $screenHeight) { - Write-Debug "The specified width and/or height is greater than the primary monitor size." $sync.Form.Left = 0 $sync.Form.Top = 0 $sync.Form.Width = $screenWidth