Skip to content

Commit

Permalink
Removed extraneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFine committed Feb 14, 2021
1 parent a9d7a31 commit ee276ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/iTextField/iTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public struct iTextField: UIViewRepresentable {
}

public func makeCoordinator() -> Coordinator {
print("makeCoordinator: \(characterLimit)")
return Coordinator(
text: $text,
isEditing: isEditing,
Expand Down

0 comments on commit ee276ec

Please sign in to comment.