forked from minetest-mods/MoreMesecons
Remove a debug message
This commit is contained in:
parent
ae9935fcca
commit
f44bdbfb36
@ -125,7 +125,6 @@ end
|
|||||||
|
|
||||||
local is_jammed
|
local is_jammed
|
||||||
local function wireless_activate(pos)
|
local function wireless_activate(pos)
|
||||||
print("activating wireless at pos " .. minetest.pos_to_string(pos))
|
|
||||||
if is_jammed(pos) then
|
if is_jammed(pos) then
|
||||||
-- jamming doesn't disallow receiving signals, only sending them
|
-- jamming doesn't disallow receiving signals, only sending them
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user