diff options
author | Brian Paul <[email protected]> | 2000-10-31 01:20:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-10-31 01:20:06 +0000 |
commit | 039bf534aaeb618d458938b4ce3b2edeadcfb7f3 (patch) | |
tree | 86748e388acb802c1a8293a1327ca2f3d17a0dd1 | |
parent | efeddebe814c04d2c7f43f66bb9a77a4388fa842 (diff) |
removed debug printf
-rw-r--r-- | progs/samples/sphere.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/samples/sphere.c b/progs/samples/sphere.c index 1f326db04d6..3605df23801 100644 --- a/progs/samples/sphere.c +++ b/progs/samples/sphere.c @@ -894,7 +894,6 @@ void Key(unsigned char key, int x, int y) break; case 'l': isLit = !isLit; - printf("lit %d\n", isLit); ReInit(); break; case 'f': |