Remove verbose debugging printout

These usually print out mostly empty brackets when new
gates are placed.
This commit is contained in:
Auke Kok 2016-02-21 11:15:09 -08:00
parent 76d1b01e52
commit 8de96da499

View File

@ -153,7 +153,7 @@ stargate.gateFormspecHandler = function(pos, node, clicker, itemstack)
end
end
print(dump(stargate_network["players"][player_name]["public_gates"]))
-- print(dump(stargate_network["players"][player_name]["public_gates"]))
if current_gate==nil then
print ("Gate not registered in network! Please remove it and place once again.")
return nil