chore: remove stray (log-)cat

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-06-11 04:32:46 +02:00
parent a7c1a20fbc
commit a11864ba0d
1 changed files with 1 additions and 3 deletions

View File

@ -960,9 +960,7 @@ fun ChannelScreen(
onToggleSpoiler = {
val index = viewModel.draftAttachments
.indexOfFirst { a -> a.pickerIdentifier == it.pickerIdentifier }
logcat {
"Toggling spoiler for attachment at index $index"
}
if (index != -1) {
val attachment =
viewModel.draftAttachments[index]