summaryrefslogtreecommitdiff
path: root/src/bindings.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-04 05:09:26 +0000
committerDana Jansens <danakj@orodu.net>2003-01-04 05:09:26 +0000
commite3b50c2d137ba194073dc062edf73e79c18b7fe8 (patch)
tree823dc4e93b34a25c06bfeafa49a393a74c022e05 /src/bindings.cc
parent1fd2c6c2b6a043927f26eceb61e02e01832b6cde (diff)
kill the printf
Diffstat (limited to 'src/bindings.cc')
-rw-r--r--src/bindings.cc2
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