fix(webcompat): dont spam logcat

Signed-off-by: Infi <wingit@geist.ga>
This commit is contained in:
Infi 2023-09-10 14:42:35 +02:00
parent 0708dc56d2
commit 4206bcf304
1 changed files with 0 additions and 4 deletions

View File

@ -103,10 +103,6 @@ object WebCompat {
throw IllegalArgumentException("Invalid colour format: $colourString")
}
} catch (e: Exception) {
Log.d(
"WebCompat",
"Failed to parse colour $colourString, falling back to LocalContentColor.current"
)
null
}
}