From c1844268c726907fe145063f0b0609cd31df9c5a Mon Sep 17 00:00:00 2001 From: Thomas--S Date: Sun, 30 Oct 2016 17:25:18 +0100 Subject: [PATCH] Remove forgotten debug messages --- init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.lua b/init.lua index 6459aad..86cc134 100755 --- a/init.lua +++ b/init.lua @@ -227,7 +227,6 @@ function ts_doors.workshop.start(pos) then return end - minetest.chat_send_all("start") if not inv:room_for_item("output", { name = template, count = 1 }) then return @@ -241,7 +240,6 @@ function ts_doors.workshop.start(pos) end function ts_doors.workshop.step(pos) - minetest.chat_send_all("step") local node = minetest.get_node(pos) if node.name ~= "ts_doors:workshop" then return