From: Brian Paul Date: Wed, 12 Mar 2008 22:28:33 +0000 (-0600) Subject: gallium: remove a debug printf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;ds=sidebyside;h=cb294542bcaca7d9847067ce502a68fd8e92f42e;p=mesa.git gallium: remove a debug printf --- diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c index f7f4aebb161..fd86bfaca9c 100644 --- a/src/gallium/auxiliary/cso_cache/cso_context.c +++ b/src/gallium/auxiliary/cso_cache/cso_context.c @@ -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 );