Skip to content

Commit 0cb030e

Browse files
committed
clean: remove debugging code.
1 parent c2f5d06 commit 0cb030e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/TextEditorPlus/TextEditorPlus.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ public struct TextEditorPlus: ViewRepresentable {
9090
textView.delegate = context.coordinator
9191
textView.text = text
9292
textView.font = font
93-
textView.layer.borderWidth = 1.0
94-
textView.layer.borderColor = UIColor.red.cgColor
9593
textView.backgroundColor = textViewBackgroundColor ?? UIColor.clear
9694
textView.placeholderString = placeholderString ?? ""
9795
textView.placeholderFont = font

0 commit comments

Comments
 (0)