removed prints
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
b7c53360b2
commit
9d9f23c0be
@ -86,7 +86,6 @@ open class Tilet: View {
|
||||
} else {
|
||||
_textWidth = nil
|
||||
}
|
||||
print("_textWidth: \(_textWidth)")
|
||||
didChange()
|
||||
}
|
||||
|
||||
@ -104,7 +103,6 @@ open class Tilet: View {
|
||||
} else {
|
||||
_textPercentage = nil
|
||||
}
|
||||
print("_textPercentage: \(_textPercentage)")
|
||||
didChange()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user