Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 949898a5 authored by Hawkwood Glazier's avatar Hawkwood Glazier
Browse files

Remove erronous failure log

Bug: 382178575
Test: Manual
Flag: NONE Minor Bugfix
Change-Id: I6fbd00643d2c60467f768dfaaa8bdcbfbafff7a5
parent c896855c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -299,8 +299,7 @@ open class ClockRegistry(
                            Settings.Secure.LOCK_SCREEN_CUSTOM_CLOCK_FACE,
                        )
                    }

                ClockSettings.fromJson(JSONObject(json))
                json?.let { ClockSettings.fromJson(JSONObject(it)) }
            } catch (ex: Exception) {
                logger.e("Failed to parse clock settings", ex)
                null