mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 03:33:16 +02:00
deletes unecessary logs
This commit is contained in:
@@ -183,8 +183,6 @@ fun NewDateSubject(
|
|||||||
|
|
||||||
val subject = remember(note) { note.event?.subject() }
|
val subject = remember(note) { note.event?.subject() }
|
||||||
|
|
||||||
println("AABBCC $prevDate $date")
|
|
||||||
|
|
||||||
if (prevDate != date) {
|
if (prevDate != date) {
|
||||||
if (subject != null) {
|
if (subject != null) {
|
||||||
ChatDivisor("$date - $subject")
|
ChatDivisor("$date - $subject")
|
||||||
|
@@ -198,24 +198,6 @@ open class BaseTextNoteEvent(
|
|||||||
|
|
||||||
val citations = findCitations()
|
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()) {
|
return if (citations.isEmpty()) {
|
||||||
if (certainRepliesTo.isNotEmpty()) {
|
if (certainRepliesTo.isNotEmpty()) {
|
||||||
certainRepliesTo + tagAddresses
|
certainRepliesTo + tagAddresses
|
||||||
|
Reference in New Issue
Block a user