remove some debug info

This commit is contained in:
2026-01-02 12:24:20 -08:00
parent 54f4a099c8
commit a8cefff50b

View File

@@ -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()