mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Removed some print statements
This commit is contained in:
parent
5a25035407
commit
c7e9c4f3b7
@ -54,7 +54,6 @@ class CommonFilters:
|
|||||||
|
|
||||||
def loadShader(self, name):
|
def loadShader(self, name):
|
||||||
fn = os.path.join(os.path.abspath(os.path.dirname(__file__)), name)
|
fn = os.path.join(os.path.abspath(os.path.dirname(__file__)), name)
|
||||||
print "loading shader: ", dir
|
|
||||||
return Shader.load(Filename.fromOsSpecific(fn))
|
return Shader.load(Filename.fromOsSpecific(fn))
|
||||||
|
|
||||||
def cleanup(self):
|
def cleanup(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user