remove debugging statements

This commit is contained in:
flux 2023-03-30 14:08:57 -07:00
parent 26b8efcde9
commit 622cbe0715
No known key found for this signature in database
GPG Key ID: 9333B27816848A15

View File

@ -49,8 +49,6 @@ toolcap_monoids.dig_speed = item_monoids.make_monoid("dig_speed", {
end
tool_capabilities.groupcaps[group].times = times
end
item_monoids.chat_send_all("[DEBUG] @1", dump(dig_speeds))
item_monoids.chat_send_all("[DEBUG] @1", dump(tool_capabilities))
local meta = toolstack:get_meta()
meta:set_tool_capabilities(tool_capabilities)
end,