remove debug message

This commit is contained in:
flux 2022-11-02 10:48:12 -07:00
parent baf6d6ac44
commit 1d260c12e7
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ minetest.register_entity("cottages:bucket_entity", {
on_activate = function(self, staticdata, dtime_s)
if not staticdata or staticdata == "" then
minetest.chat_send_all("invalid cottages:bucket_entity initialization")
self.object:remove()
return
end