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

This commit is contained in:
rdb 2012-07-09 10:04:05 +00:00
parent bf03940bcb
commit d3d69aca60

View File

@ -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):