Skip to content

Commit 83213f8

Browse files
committed
Update LoopingPlayerProtocol.swift
1 parent 5d53d2b commit 83213f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/swiftui-loop-videoplayer/protocol/player/LoopingPlayerProtocol.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ internal extension LoopingPlayerProtocol {
146146
if let timePublishing{
147147
timeObserverToken = player.addPeriodicTimeObserver(forInterval: timePublishing, queue: .main) { [weak self] time in
148148
self?.delegate?.didPassedTime(seconds: time.seconds)
149-
print(time.seconds)
150149
}
151150
}
152151

0 commit comments

Comments
 (0)