remove debug output

This commit is contained in:
union2find
2016-05-15 14:56:58 +08:00
parent 9ea56827dc
commit 3d89b27e59
4 changed files with 0 additions and 44 deletions

View File

@@ -29,7 +29,6 @@ local ScrollTextWidget = InputContainer:new{
}
function ScrollTextWidget:init()
print("####################################################### ScrollTextWidget width", self.width)
self.text_widget = TextBoxWidget:new{
text = self.text,
charlist = self.charlist,