mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -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):
|
||||
fn = os.path.join(os.path.abspath(os.path.dirname(__file__)), name)
|
||||
print "loading shader: ", dir
|
||||
return Shader.load(Filename.fromOsSpecific(fn))
|
||||
|
||||
def cleanup(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user