Show currentTime in console

This commit is contained in:
ronaldheft 2022-08-26 19:48:54 -04:00
parent 3c6f29bf3a
commit ba1efedd79

View file

@ -141,7 +141,7 @@ class PlayerProgress {
session = session.freeze()
guard safeToSync else { return }
NSLog("Sending sessionId(\(session.id)) to server")
NSLog("Sending sessionId(\(session.id)) to server with currentTime(\(session.currentTime))")
var success = false
if session.isLocal {