Remove "No unique cases found to override" log (not specific enough) (#4439)

This commit is contained in:
Roffild 2024-06-12 15:51:12 +03:00 committed by GitHub
parent cb53be52c5
commit cdaf17f9a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -470,7 +470,7 @@ class WebViewActivity : BaseActivity(), io.homeassistant.companion.android.webvi
startActivity(browserIntent)
return true
} else {
Log.d(TAG, "No unique cases found to override")
// Do nothing.
}
} catch (e: Exception) {
Log.e(TAG, "Unable to override the URL", e)