From 5d5edff938b8c81ac67036b7cda6bdc9e8e132bf Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 15 Nov 2016 23:18:50 +0100 Subject: [PATCH] Update info.lua --- src/apps/system/info.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps/system/info.lua b/src/apps/system/info.lua index 8df4709..b0a0437 100644 --- a/src/apps/system/info.lua +++ b/src/apps/system/info.lua @@ -6,7 +6,6 @@ local function clear() end clear() sPhone.header("Info", "X") -print("") print("ID: "..os.getComputerID()) print("User: "..sPhone.user) if os.getComputerLabel() then @@ -26,5 +25,4 @@ while true do if y == 1 and x == w then return end - sleep(0) end