shithub: choc

Download patch

ref: 1d8283647fe152be88fad6b675c601ff8c423487
parent: d6a516833146d29d5e7b0d4f8ed6b80ecb193b88
author: Simon Howard <fraggle@gmail.com>
date: Fri Aug 20 09:01:29 EDT 2010

Remove debug printf().

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1960

--- a/src/i_video.c
+++ b/src/i_video.c
@@ -467,8 +467,6 @@
             break;
     }
 
-    printf("button %i -> %s\n", button, on ? "on" : "off");
-
     // Turn bit representing this button on or off.
 
     if (on)