mirror of
https://github.com/yattee/yattee.git
synced 2026-02-19 09:19:46 +00:00
Remove excessive logging
This commit is contained in:
@@ -119,11 +119,6 @@ final class YatteeServerCredentialsManager: InstanceCredentialsManager {
|
||||
return nil
|
||||
}
|
||||
|
||||
LoggingService.shared.debug(
|
||||
"Retrieved credentials for Yattee Server instance",
|
||||
category: .keychain,
|
||||
details: "instanceID=\(instance.id)"
|
||||
)
|
||||
return credential
|
||||
}
|
||||
|
||||
|
||||
@@ -615,8 +615,6 @@ final class ExpandedPlayerWindowManager {
|
||||
// Offset to keep the view centered vertically after scaling
|
||||
let offsetY = (windowHeight * scaleAmount) / 2
|
||||
|
||||
LoggingService.shared.logPlayer("[WindowScale] scaleMainWindow(\(progress)) - scale: \(scale), offsetY: \(offsetY), windowHeight: \(windowHeight)")
|
||||
|
||||
// Apply corner radius proportional to progress
|
||||
presentingView.layer.cornerRadius = clampedProgress * scaledCornerRadius
|
||||
presentingView.layer.masksToBounds = true
|
||||
|
||||
Reference in New Issue
Block a user