Skip to content

Commit

Permalink
Remove Android log
Browse files Browse the repository at this point in the history
This log was the only Android-specific thing in this class.
  • Loading branch information
janseeger committed Dec 19, 2023
1 parent b804da8 commit 75ed072
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -38,7 +37,6 @@ class StringMapToObjectDecoder(
}

if (nextIndex == CompositeDecoder.UNKNOWN_NAME) {
Log.w("StringMapToObjectDecoder", "encountered unknown key while decoding $key")
skippedValues.add(nextKey)
continue
}
Expand Down

0 comments on commit 75ed072

Please sign in to comment.