Browse Source

fix crash in ShowBase.printEnvDebugInfo. fixes: LP#1021465

rdb 13 years ago
parent
commit
d3d69aca60
1 changed files with 0 additions and 4 deletions
  1. 0 4
      direct/src/showbase/ShowBase.py

+ 0 - 4
direct/src/showbase/ShowBase.py

@@ -454,10 +454,6 @@ class ShowBase(DirectObject.DirectObject):
            print getModelPath()
            #print "* dna path:"
            #print getDnaPath()
-           print "* texture path:"
-           print getTexturePath()
-           print "* sound path:"
-           print getSoundPath()
            print "}"
 
     def destroy(self):