mesa: remove some temp debug code
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 13 Jun 2008 20:13:25 +0000 (14:13 -0600)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 22 Sep 2008 05:13:54 +0000 (22:13 -0700)
src/mesa/main/context.c

index a642aa9785c1751a08f01254fee2c4a15156b445..96afbe8b7da05e9b63ae3bd0962bcd90811beaef 100644 (file)
@@ -1263,7 +1263,6 @@ _mesa_create_context(const GLvisual *visual,
 {
    GLcontext *ctx;
 
-   printf("***** enter %s\n", __FUNCTION__);
    ASSERT(visual);
    ASSERT(driverContext);