Skip to content

Commit

Permalink
Removes an unnecessary log line.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Sep 6, 2018
1 parent 7d4ddd5 commit e9dfd53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/RNTAztecView/RCTAztecView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ class RCTAztecView: Aztec.TextView {
// MARK: - Edits

open override func insertText(_ text: String) {
guard text != "\n" else {
print("onEnter: \(String(describing: onEnter))")

guard text != "\n" else {
onEnter?([:])
return
}
Expand Down

0 comments on commit e9dfd53

Please sign in to comment.