incremented graphics version and disabled listbox debug messages for now

This commit is contained in:
Mikayla Fischler
2024-08-25 20:38:01 -04:00
parent 5a38acf2a7
commit acc8e1c058
3 changed files with 7 additions and 7 deletions

View File

@@ -504,10 +504,10 @@ function element.new(args, constraint, child_offset_x, child_offset_y)
if args.parent ~= nil then
-- remove self from parent
log.debug("removing " .. self.id .. " from parent")
-- log.debug("removing " .. self.id .. " from parent")
args.parent.__remove_child(self.id)
else
log.debug("no parent for " .. self.id .. " on delete attempt")
-- log.debug("no parent for " .. self.id .. " on delete attempt")
end
end