From be1132c6df6ca1a664bc557dd02094b36195cc76 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 7 Nov 2020 21:07:05 -0800 Subject: Use verbose logging --- app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt index d4a07ea2..40a048af 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostJSI.kt @@ -166,7 +166,7 @@ class FrostJSI(val web: FrostWebView) { @JavascriptInterface fun setScrolling(scrolling: Boolean) { - L.i { "Scrolling $scrolling" } + L.v { "Scrolling $scrolling" } this.isScrolling = scrolling } -- cgit v1.2.3