Browse Source

*** empty log message ***

Joe Shochet 25 years ago
parent
commit
83aaafe343
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/fsm/FSM.py

+ 1 - 1
direct/src/fsm/FSM.py

@@ -7,7 +7,7 @@ class FSM(DirectObject):
 
 
     # create FSM DirectNotify category
     # create FSM DirectNotify category
     notify = directNotify.newCategory("FSM")
     notify = directNotify.newCategory("FSM")
-    notify.setDebug(1)
+    # notify.setDebug(1)
 
 
     # special methods
     # special methods