foxygit / doom Log in
commit 1d8283647fe152be88fad6b675c601ff8c423487
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Aug 20 13:01:29 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Fri Aug 20 13:01:29 2010 +0000

    Remove debug printf().

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 1960
---
 src/i_video.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/i_video.c b/src/i_video.c
index d2d0d169..ee10a12e 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -467,8 +467,6 @@ static void UpdateMouseButtonState(unsigned int button, boolean on)
             break;
     }

-    printf("button %i -> %s\n", button, on ? "on" : "off");
-
     // Turn bit representing this button on or off.

     if (on)