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