mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Removed debug print
This commit is contained in:
parent
2351e0e04b
commit
be785003d5
@ -50,7 +50,6 @@ class TreeNode:
|
|||||||
|
|
||||||
def destroy(self):
|
def destroy(self):
|
||||||
if self._popupMenu:
|
if self._popupMenu:
|
||||||
print 'kill it'
|
|
||||||
self._popupMenu.destroy()
|
self._popupMenu.destroy()
|
||||||
for key in self.kidKeys:
|
for key in self.kidKeys:
|
||||||
c = self.children[key]
|
c = self.children[key]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user