Removed print.
This commit is contained in:
parent
4cba73e9d0
commit
e1d98d0547
@ -462,7 +462,6 @@ local function quarry(x, y, z, relative, pattern)
|
|||||||
for xDelta=1,math.abs(x) do
|
for xDelta=1,math.abs(x) do
|
||||||
for zDelta=1,math.abs(z) do
|
for zDelta=1,math.abs(z) do
|
||||||
print("X,Z: " .. xDelta .. "," .. zDelta)
|
print("X,Z: " .. xDelta .. "," .. zDelta)
|
||||||
print("heading, right heading: " .. textutils.serialiseJSON(forward) .. ", " .. textutils.serializeJSON(right))
|
|
||||||
local success = true;
|
local success = true;
|
||||||
if reverseTrip then
|
if reverseTrip then
|
||||||
orient(vector.new(0,0, -z), forward, right)
|
orient(vector.new(0,0, -z), forward, right)
|
||||||
|
Loading…
Reference in New Issue
Block a user