removed print

master
A. Demant 2018-11-06 06:30:55 +01:00
parent 7963c59451
commit 2a811f796b
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ for i,line in pairs(tool_definition) do
}
}
local tooltype=line.name:split("_")[1]
print(tooltype)
print(dump(tool_def))
if tooltype=="billhook" then
farming.register_billhook("farming:"..line.name,tool_def)
elseif tooltype=="scythe" then