瀏覽代碼

*** empty log message ***

Mike Goslin 25 年之前
父節點
當前提交
85df8a6abd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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