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 {
|
} else {
|
||||||
_textWidth = nil
|
_textWidth = nil
|
||||||
}
|
}
|
||||||
print("_textWidth: \(_textWidth)")
|
|
||||||
didChange()
|
didChange()
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -104,7 +103,6 @@ open class Tilet: View {
|
|||||||
} else {
|
} else {
|
||||||
_textPercentage = nil
|
_textPercentage = nil
|
||||||
}
|
}
|
||||||
print("_textPercentage: \(_textPercentage)")
|
|
||||||
didChange()
|
didChange()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user