remove some debug code

This commit is contained in:
Bill Currie 2002-12-10 18:25:11 +00:00
parent 15655c23cd
commit e5400d4e3d

View file

@ -61,7 +61,7 @@ glXGetProcAddressARB (const GLubyte *procName)
static int called;
gl_stub_t *stub;
gl_stub_t key;
puts(procName);
if (!called) {
char *glstub_trace;