From f9e84b3fd9ae4f07d1e32b055e3106e94b6986a0 Mon Sep 17 00:00:00 2001 From: payonel Date: Thu, 14 May 2020 20:58:35 -0700 Subject: [PATCH] woops, left debug text in code --- src/main/resources/assets/opencomputers/loot/openos/bin/sh.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/assets/opencomputers/loot/openos/bin/sh.lua b/src/main/resources/assets/opencomputers/loot/openos/bin/sh.lua index a095d0de3..d4e4dd9db 100644 --- a/src/main/resources/assets/opencomputers/loot/openos/bin/sh.lua +++ b/src/main/resources/assets/opencomputers/loot/openos/bin/sh.lua @@ -5,8 +5,6 @@ local sh = require("sh") local args = shell.parse(...) -local t = type - shell.prime() if #args == 0 then @@ -21,7 +19,6 @@ if #args == 0 then if tty.getCursor() > 1 then io.write("\n") end - io.write("type:", t(type), '\n') io.write(sh.expand(os.getenv("PS1") or "$ ")) end tty.window.cursor = input_handler