mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
remove debug output
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user