diff --git a/basis/shared_tank.lua b/basis/shared_tank.lua index aceeaed..5d0b1fe 100644 --- a/basis/shared_tank.lua +++ b/basis/shared_tank.lua @@ -36,7 +36,6 @@ local function formspec(pos) end function techage.shared_tank.node_timer(pos) - print("node_timer", minetest.pos_to_string(pos)) if techage.is_activeformspec(pos) then M(pos):set_string("formspec", formspec(pos)) return true