From: Brian Paul Date: Fri, 13 Jun 2008 20:13:25 +0000 (-0600) Subject: mesa: remove some temp debug code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9a6832737e17fd41d1f9e660239bd0bd2355b0b;p=mesa.git mesa: remove some temp debug code --- diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index e2f3ffb17b0..086272ca01a 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1217,7 +1217,6 @@ _mesa_create_context(const GLvisual *visual, { GLcontext *ctx; - printf("***** enter %s\n", __FUNCTION__); ASSERT(visual); /*ASSERT(driverContext);*/