Skip to content

Commit a11864b

Browse files
committed
chore: remove stray (log-)cat
Signed-off-by: Infi <[email protected]>
1 parent a7c1a20 commit a11864b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/main/java/chat/revolt/screens/chat/views/channel/ChannelScreen.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,7 @@ fun ChannelScreen(
960960
onToggleSpoiler = {
961961
val index = viewModel.draftAttachments
962962
.indexOfFirst { a -> a.pickerIdentifier == it.pickerIdentifier }
963-
logcat {
964-
"Toggling spoiler for attachment at index $index"
965-
}
963+
966964
if (index != -1) {
967965
val attachment =
968966
viewModel.draftAttachments[index]

0 commit comments

Comments
 (0)