mesa: remove some temp debug code

This commit is contained in:
Brian Paul 2008-06-13 14:13:25 -06:00 committed by Keith Whitwell
parent 4e3ae76fea
commit d22ef6bcba

View file

@ -1263,7 +1263,6 @@ _mesa_create_context(const GLvisual *visual,
{
GLcontext *ctx;
printf("***** enter %s\n", __FUNCTION__);
ASSERT(visual);
ASSERT(driverContext);