remove debug output for input_event

This commit is contained in:
Qingping Hou
2013-02-25 03:17:54 +08:00
parent 331ec3a6ce
commit 6d6ddc85c3

View File

@@ -204,7 +204,7 @@ function UIManager:run()
-- delegate input_event to handler
if input_event then
DEBUG("in ui.lua:", input_event)
--DEBUG("in ui.lua:", input_event)
if input_event == "IntoSS" then
Device:intoScreenSaver()
elseif input_event == "OutOfSS" then