Remove test log

This commit is contained in:
advplyr 2023-05-20 12:00:19 -05:00
parent e39a5e1ba3
commit c530e0f7e3

View file

@ -379,7 +379,6 @@ class SleepTimerManager constructor(private val playerNotificationService: Playe
setSleepTimer(deviceSettings.sleepTimerLength, false)
}
} else {
Log.d(tag, "[TEST] sleep timer window not in $isFirstAutoSleepTimer")
isFirstAutoSleepTimer = true
Log.d(tag, "Current hour $currentHour is NOT between ${deviceSettings.autoSleepTimerStartTime} and ${deviceSettings.autoSleepTimerEndTime}")
}