Skip to content

Commit

Permalink
Remove println.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Jan 21, 2015
1 parent e2b2e31 commit 0ca0016
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions VPNOn/Theme/LTTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class LTTextField: UITextField {

let middleRect = fixedMiddlePlaceholderRect(rect)

println("\(middleRect)")

self.placeholder?.drawInRect(middleRect, withAttributes: attributes)
}

Expand Down

0 comments on commit 0ca0016

Please sign in to comment.