Remove outdated log message

This commit is contained in:
Francesco Saltori 2021-07-21 21:43:16 +02:00 committed by Marvin W
parent 012c2ffc89
commit 985f0aea5a
1 changed files with 0 additions and 1 deletions

View File

@ -622,7 +622,6 @@ class ExposureNotificationServiceImpl(private val context: Context, private val
}
override fun getStatus(params: GetStatusParams) {
Log.w(TAG, "Not yet implemented: getStatus")
lifecycleScope.launchSafely {
val isAuthorized = ExposureDatabase.with(context) { database ->
database.noteAppAction(packageName, "getStatus")