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=d22ef6bcbaf083b601fe6b37ef2e65e81116082b;p=mesa.git mesa: remove some temp debug code --- diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index a642aa9785c..96afbe8b7da 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1263,7 +1263,6 @@ _mesa_create_context(const GLvisual *visual, { GLcontext *ctx; - printf("***** enter %s\n", __FUNCTION__); ASSERT(visual); ASSERT(driverContext);