mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
removed debug prints
This commit is contained in:
parent
91bd22aa5b
commit
18e0cff844
@ -184,8 +184,6 @@ class State(DirectObject):
|
|||||||
"""__enterChildren(self, argList)
|
"""__enterChildren(self, argList)
|
||||||
Enter all child FSMs"""
|
Enter all child FSMs"""
|
||||||
for fsm in self.__FSMList:
|
for fsm in self.__FSMList:
|
||||||
print "ENTERING CHILD FSM:" + str(fsm)
|
|
||||||
print str(self)
|
|
||||||
# Check to see if the child fsm is already in a state
|
# Check to see if the child fsm is already in a state
|
||||||
# if it is, politely request the initial state
|
# if it is, politely request the initial state
|
||||||
if fsm.getCurrentState():
|
if fsm.getCurrentState():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user