Browse Source

Removed some print statements

Josh Yelon 18 years ago
parent
commit
c7e9c4f3b7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      direct/src/filter/CommonFilters.py

+ 0 - 1
direct/src/filter/CommonFilters.py

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