Skip to content

Commit

Permalink
Comment out logs for "Syncing UI (...)"
Browse files Browse the repository at this point in the history
  • Loading branch information
uiryuu committed May 12, 2023
1 parent c13d74c commit ee48143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iina/PlayerCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,8 @@ class PlayerCore: NSObject {
func syncUI(_ option: SyncUIOption) {
// if window not loaded, ignore
guard mainWindow.loaded else { return }
Logger.log("Syncing UI \(option)", level: .verbose, subsystem: subsystem)
// This is too noisy and making verbose logs unreadable. Please uncomment when debugging syncing releated issues.
// Logger.log("Syncing UI \(option)", level: .verbose, subsystem: subsystem)

switch option {

Expand Down

0 comments on commit ee48143

Please sign in to comment.