From 1d8283647fe152be88fad6b675c601ff8c423487 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 20 Aug 2010 13:01:29 +0000 Subject: Remove debug printf(). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1960 --- src/i_video.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3