diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-13 14:13:25 -0600 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-09-21 22:13:54 -0700 |
commit | d22ef6bcbaf083b601fe6b37ef2e65e81116082b (patch) | |
tree | b00c76c4f93e71b79b13e045553787f55f98d29a /src | |
parent | 4e3ae76feac17570b50ec6751e07ea112dde597f (diff) |
mesa: remove some temp debug code
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index a642aa9785..96afbe8b7d 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1263,7 +1263,6 @@ _mesa_create_context(const GLvisual *visual, { GLcontext *ctx; - printf("***** enter %s\n", __FUNCTION__); ASSERT(visual); ASSERT(driverContext); |