diff --git a/direct/src/filter/CommonFilters.py b/direct/src/filter/CommonFilters.py index 2d05e74fb5..ee3de9ac8d 100644 --- a/direct/src/filter/CommonFilters.py +++ b/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: