Skip to content

Commit

Permalink
Remove unnecessary initialisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Aug 12, 2018
1 parent c968311 commit 65e4d8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/RNTAztecView/RCTAztecView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class RCTAztecView: Aztec.TextView {

private lazy var placeholderLabel: UILabel = {
let label = UILabel(frame: .zero)
label.text = ""
label.sizeToFit()
return label
}()

Expand Down

0 comments on commit 65e4d8e

Please sign in to comment.