mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
deletes unecessary logs
This commit is contained in:
parent
cb538bc6a3
commit
9025741c13
@ -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")
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user