diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 05:09:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 05:09:26 +0000 |
| commit | e3b50c2d137ba194073dc062edf73e79c18b7fe8 (patch) | |
| tree | 823dc4e93b34a25c06bfeafa49a393a74c022e05 | |
| parent | 1fd2c6c2b6a043927f26eceb61e02e01832b6cde (diff) | |
kill the printf
| -rw-r--r-- | src/bindings.cc | 2 |
1 files changed, 0 insertions, 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 |
