From c7aeb8bf1fda8dbe4b59fcff2d9129ee69527478 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 28 Mar 2001 17:39:12 +0000 Subject: [PATCH] removed a debug message --- src/mesa/glapi/glapi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 9e3117e121d..18c9642c065 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -1,4 +1,4 @@ -/* $Id: glapi.c,v 1.52 2001/03/28 17:19:58 brianp Exp $ */ +/* $Id: glapi.c,v 1.53 2001/03/28 17:39:12 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -211,7 +211,6 @@ _glapi_check_multithread(void) firstCall = GL_FALSE; } else if (knownID != _glthread_GetID()) { - printf("Going thread-safe\n"); ThreadSafe = GL_TRUE; } } -- 2.30.2