Removed some print statements

This commit is contained in:
Josh Yelon 2008-02-25 22:22:59 +00:00
parent 5a25035407
commit c7e9c4f3b7

View File

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