Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Jun 12, 2024
1 parent 2906d95 commit c01d522
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/com/greenart7c3/citrine/utils/NostrSync.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.greenart7c3.citrine.utils

import android.util.Log
import com.fasterxml.jackson.core.JsonParser
import com.fasterxml.jackson.core.json.JsonReadFeature
import com.fasterxml.jackson.databind.DeserializationContext
Expand Down Expand Up @@ -36,7 +35,6 @@ data class NostrSync(
fun fromJson(jsonObject: JsonNode): NostrSync {
return NostrSync(
jsonObject.toList().map {
Log.d("NostrSync", it.toString())
Event.fromJson(it)
}.toList(),
)
Expand Down

0 comments on commit c01d522

Please sign in to comment.