remove a debug printf
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 15 Mar 2002 18:24:53 +0000 (18:24 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 15 Mar 2002 18:24:53 +0000 (18:24 +0000)
src/mesa/drivers/x11/fakeglx.c

index fadc79e..af94222 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: fakeglx.c,v 1.59 2001/10/22 22:45:18 brianp Exp $ */
+/* $Id: fakeglx.c,v 1.60 2002/03/15 18:24:53 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -1235,7 +1235,6 @@ Fake_glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
          ((__GLXcontext *) ctx)->currentDrawable = draw;
          ((__GLXcontext *) ctx)->currentReadable = read;
 #ifdef GLX_BUILT_IN_XMESA
-         printf("Set fake context ctx %p\n", ctx);
          __glXSetCurrentContext(ctx);
 #endif
          return True;