deletes unecessary logs

This commit is contained in:
Vitor Pamplona 2024-11-29 14:50:28 -05:00
parent cb538bc6a3
commit 9025741c13
2 changed files with 0 additions and 20 deletions

View File

@ -183,8 +183,6 @@ fun NewDateSubject(
val subject = remember(note) { note.event?.subject() }
println("AABBCC $prevDate $date")
if (prevDate != date) {
if (subject != null) {
ChatDivisor("$date - $subject")

View File

@ -198,24 +198,6 @@ open class BaseTextNoteEvent(
val citations = findCitations()
if (id == "d349431390b141e7ea010ebabc288abbfdf8a479cf248f7e1cb2cfa4497ad278") {
certainRepliesTo.forEach {
println("AABBCC Replies $it")
}
uncertainRepliesTo.forEach {
println("AABBCC Replies $it")
}
tagAddresses.forEach {
println("AABBCC Addresses $it")
}
citations.forEach {
println("AABBCC Citations $it")
}
}
return if (citations.isEmpty()) {
if (certainRepliesTo.isNotEmpty()) {
certainRepliesTo + tagAddresses