gallium: remove a debug printf
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 12 Mar 2008 22:28:33 +0000 (16:28 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 13 Mar 2008 19:22:51 +0000 (13:22 -0600)
src/gallium/auxiliary/cso_cache/cso_context.c

index f7f4aebb161931a7e1b13d571b1a22be8277d8df..fd86bfaca9cbcf2abf24513e9dd4450bcfd86bf5 100644 (file)
@@ -102,8 +102,6 @@ static void cso_release_all( struct cso_context *ctx )
 
 void cso_destroy_context( struct cso_context *ctx )
 {
-   debug_printf("%s\n", __FUNCTION__);
-
    if (ctx)
       cso_release_all( ctx );