浏览代码

Remove print statement

rdb 11 年之前
父节点
当前提交
54d20128d5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      direct/src/filter/CommonFilters.py

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

@@ -338,7 +338,6 @@ class CommonFilters:
             if ("Inverted" in configuration):
                 text += "  o_color = float4(1, 1, 1, 1) - o_color;\n"
             text += "}\n"
-            print text
             
             self.finalQuad.setShader(Shader.make(text))
             for tex in self.textures: