aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-15 01:26:10 -0700
committerGitHub <noreply@github.com>2019-09-15 01:26:10 -0700
commit96908453abbd7e40e13af4359d1bce4524b979a6 (patch)
tree4c3ff473e164f793121673524788e830ccc49edb /app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
parent5071a44197cdc3b7ad4a2c3d188fcfd205f32449 (diff)
parentc9b34f5fdad8a890f05ae4189a5e819340ce1ee5 (diff)
downloadfrost-2.4.0.tar.gz
frost-2.4.0.tar.bz2
frost-2.4.0.zip
Merge pull request #1542 from AllanWang/remove-authv2.4.0
Remove auth and native ui elements by default
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
index e2fac291..389cb6b7 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/L.kt
@@ -84,4 +84,4 @@ fun KauLoggerExtension.test(message: () -> Any?) {
if (BuildConfig.DEBUG) {
d { "Test1234 ${message()}" }
}
-} \ No newline at end of file
+}