diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/i_video.c | 2 |
1 files changed, 0 insertions, 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) |