Browse Source

added want-interest-printout dconfig

Samir Naik 21 years ago
parent
commit
a5dcfae1ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/DoInterestManager.py

+ 1 - 1
direct/src/distributed/DoInterestManager.py

@@ -15,7 +15,7 @@ from direct.showbase import DirectObject
 from PyDatagram import PyDatagram
 #from PyDatagramIterator import PyDatagramIterator
 
-WantInterestPrintout = base.config.GetInt("want-interest-printout", 0)
+WantInterestPrintout = 0
 
 class DoInterestManager(DirectObject.DirectObject):
     """