Browse Source

*** empty log message ***

Mike Goslin 25 years ago
parent
commit
7c03a380fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/Loader.py

+ 1 - 1
direct/src/showbase/Loader.py

@@ -13,7 +13,7 @@ class Loader:
     """Loader class: contains method to load models, sounds and code"""
 
     notify = directNotify.newCategory("Loader")
-    notify.setDebug(1)
+    #notify.setDebug(1)
     
     # special methods
     def __init__(self, base):