]> Dogcows Code - chaz/openbox/commitdiff
kill the printf
authorDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 05:09:26 +0000 (05:09 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 05:09:26 +0000 (05:09 +0000)
src/bindings.cc

index 97dd2aa1f8e8b1c183e38ee59e8938e8fe88f9c2..77c1dcf848e6d00a2ea88e6be4ff37c8d9ee4453 100644 (file)
@@ -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
This page took 0.025047 seconds and 4 git commands to generate.