summaryrefslogtreecommitdiff
path: root/echest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'echest.lua')
-rw-r--r--echest.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/echest.lua b/echest.lua
index f85f0d4..025d031 100644
--- a/echest.lua
+++ b/echest.lua
@@ -32,7 +32,6 @@ for x=0,15 do for y=0,15 do for z=0,15 do
p.setFrequency(2^x, 2^y, 2^z)
local name = p.getName()
if name ~= nil then
- term.write(name)
- term.scroll(1)
+ print(name)
end
end end end