diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c index 90e613f2cc1..87e81c901c8 100644 --- a/src/mesa/main/texstate.c +++ b/src/mesa/main/texstate.c @@ -704,7 +704,6 @@ update_single_program_texture(struct gl_context *ctx, struct gl_program *prog, * Mesa implements this by creating a hidden texture object with a pixel of * that value. */ - _mesa_log("MESA: Using fallback texture for target %u\n", target_index); texObj = _mesa_get_fallback_texture(ctx, target_index); assert(texObj);