Remove excessive logging

This commit is contained in:
Arkadiusz Fal
2026-02-12 04:44:16 +01:00
parent 6c30e745d9
commit 78bc7e0063
2 changed files with 0 additions and 7 deletions

View File

@@ -119,11 +119,6 @@ final class YatteeServerCredentialsManager: InstanceCredentialsManager {
return nil return nil
} }
LoggingService.shared.debug(
"Retrieved credentials for Yattee Server instance",
category: .keychain,
details: "instanceID=\(instance.id)"
)
return credential return credential
} }

View File

@@ -615,8 +615,6 @@ final class ExpandedPlayerWindowManager {
// Offset to keep the view centered vertically after scaling // Offset to keep the view centered vertically after scaling
let offsetY = (windowHeight * scaleAmount) / 2 let offsetY = (windowHeight * scaleAmount) / 2
LoggingService.shared.logPlayer("[WindowScale] scaleMainWindow(\(progress)) - scale: \(scale), offsetY: \(offsetY), windowHeight: \(windowHeight)")
// Apply corner radius proportional to progress // Apply corner radius proportional to progress
presentingView.layer.cornerRadius = clampedProgress * scaledCornerRadius presentingView.layer.cornerRadius = clampedProgress * scaledCornerRadius
presentingView.layer.masksToBounds = true presentingView.layer.masksToBounds = true