Skip to content

Commit 0ee75e9

Browse files
committedJan 22, 2025
Remove debug code
1 parent 6fc1de9 commit 0ee75e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎Sources/ExyteChat/ChatView/Recording/RecordWaveform.swift

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ struct RecordWaveformPlaying: View {
105105
.frame(height: RecordWaveform.maxSampleHeight)
106106

107107
}
108-
.border(Color.red, width: 2)
109108
.frame(height: RecordWaveform.maxSampleHeight)
110109
.applyIf(!addExtraDots) {
111110
$0.frame(width: maxLength)

0 commit comments

Comments
 (0)