chore: remove stray (log-)cat
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
a7c1a20fbc
commit
a11864ba0d
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue