From 75ed0722a4c82bfaeaaa40c6039325419ea6052d Mon Sep 17 00:00:00 2001 From: Jan Seeger Date: Tue, 19 Dec 2023 15:30:01 +0100 Subject: [PATCH] Remove Android log This log was the only Android-specific thing in this class. --- .../main/java/de/sipgate/federmappe/StringMapToObjectDecoder.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/main/java/de/sipgate/federmappe/StringMapToObjectDecoder.kt b/lib/src/main/java/de/sipgate/federmappe/StringMapToObjectDecoder.kt index 078157f..82058c8 100644 --- a/lib/src/main/java/de/sipgate/federmappe/StringMapToObjectDecoder.kt +++ b/lib/src/main/java/de/sipgate/federmappe/StringMapToObjectDecoder.kt @@ -1,6 +1,5 @@ package de.sipgate.federmappe -import android.util.Log import com.google.firebase.Timestamp import kotlinx.serialization.ExperimentalSerializationApi import kotlinx.serialization.SerializationException @@ -38,7 +37,6 @@ class StringMapToObjectDecoder( } if (nextIndex == CompositeDecoder.UNKNOWN_NAME) { - Log.w("StringMapToObjectDecoder", "encountered unknown key while decoding $key") skippedValues.add(nextKey) continue }