Forgot to remove debug msg
This commit is contained in:
@@ -302,7 +302,6 @@ end
|
|||||||
function Container:removeChild(child)
|
function Container:removeChild(child)
|
||||||
for i,v in ipairs(self._values.children) do
|
for i,v in ipairs(self._values.children) do
|
||||||
if v.get("id") == child.get("id") then
|
if v.get("id") == child.get("id") then
|
||||||
self.basalt.LOGGER.debug("Removing child: "..child:getType())
|
|
||||||
table.remove(self._values.children, i)
|
table.remove(self._values.children, i)
|
||||||
child.parent = nil
|
child.parent = nil
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user