Skip to content

Commit

Permalink
reduce log noise
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Feb 27, 2024
1 parent c8b42f0 commit 39edf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LiveKit/Views/VideoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public class VideoView: NativeView, Loggable {

guard let self else { return }

self.log("Mutating in main thread: \(Thread.current.isMainThread)")
self.log("Mutating in main thread: \(Thread.current.isMainThread)", .trace)

let shouldRenderDidUpdate = newState.shouldRender != oldState.shouldRender
let renderModeDidUpdate = newState.renderMode != oldState.renderMode
Expand Down

0 comments on commit 39edf5c

Please sign in to comment.