gallium: remove a debug printf

This commit is contained in:
Brian Paul 2008-03-12 16:28:33 -06:00
parent 6472138045
commit cb294542bc

View 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 );