From e3b50c2d137ba194073dc062edf73e79c18b7fe8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 05:09:26 +0000 Subject: [PATCH] kill the printf --- src/bindings.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bindings.cc b/src/bindings.cc index 97dd2aa1..77c1dcf8 100644 --- a/src/bindings.cc +++ b/src/bindings.cc @@ -481,8 +481,6 @@ void OBBindings::grabButtons(bool grab, OBClient *client) void OBBindings::fireButton(ButtonData *data) { - printf("but.mods %d.%d\n", data->button, data->state); - if (data->context == MC_Window) { // these are grabbed in Sync mode to allow the press to be normal to the // client -- 2.39.2