diff options
-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': |