diff --git a/panda/src/glgsg/glGraphicsStateGuardian.cxx b/panda/src/glgsg/glGraphicsStateGuardian.cxx index 423472799d..c239ec55b4 100644 --- a/panda/src/glgsg/glGraphicsStateGuardian.cxx +++ b/panda/src/glgsg/glGraphicsStateGuardian.cxx @@ -4164,8 +4164,6 @@ issue_transformed_color(const Colorf &color) const { // glgsg_cat.debug() << "\tAlpha Transformed by " << get_current_alpha_offset() << " " // << get_current_alpha_scale() << "\n"; glColor4fv(transformed.get_data()); - - report_errors(); } ////////////////////////////////////////////////////////////////////