Commit 815e678f by Daniel Dahan

removed print statements

parent 880ad0ce
......@@ -159,7 +159,6 @@ public class MaterialTextLayer : CATextLayer {
public func stringSize(constrainedToWidth width: Double) -> CGSize {
if let v:UIFont = internalFont {
if 0 < text?.utf16.count {
print(v.sizeOfString(text!, constrainedToWidth: width))
return v.sizeOfString(text!, constrainedToWidth: width)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment