From 070c1bc0cf8481693f21436475540bf1b48099c2 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Fri, 4 Nov 2005 01:36:29 +0000 Subject: [PATCH] getDnaPath --- direct/src/showbase/ShowBase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index fee66b964c..b1009430b9 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -284,8 +284,8 @@ class ShowBase(DirectObject.DirectObject): print "\n\nEnvironment Debug Info {" print "* model path:" print getModelPath() - print "* dna path:" - print getDnaPath() + #print "* dna path:" + #print getDnaPath() print "* texture path:" print getTexturePath() print "* sound path:"