diff --git a/startup/99_phoneOS.lua b/startup/99_phoneOS.lua index 73cc2c4..225fea3 100644 --- a/startup/99_phoneOS.lua +++ b/startup/99_phoneOS.lua @@ -7,7 +7,6 @@ local launcherappid = "org.ruffles.launcher" local launcherapp = nil _G.app = {} function _G.app.focusapp(pid) - print("focusing "..pid) focusedapp = apps[pid] end function _G.app.getApps()