From 985f0aea5a37f4c011f92565abfe6fd68f7aadac Mon Sep 17 00:00:00 2001 From: Francesco Saltori Date: Wed, 21 Jul 2021 21:43:16 +0200 Subject: [PATCH] Remove outdated log message --- .../exposurenotification/ExposureNotificationServiceImpl.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/ExposureNotificationServiceImpl.kt b/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/ExposureNotificationServiceImpl.kt index 09f8e2d7..f8bbfb12 100644 --- a/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/ExposureNotificationServiceImpl.kt +++ b/play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/ExposureNotificationServiceImpl.kt @@ -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")