diff --git a/src/input.c b/src/input.c index 969bb0c6..451c2e9b 100644 --- a/src/input.c +++ b/src/input.c @@ -1392,7 +1392,7 @@ int Get_input(int sleep_time) } else if (event.xclient.message_type == XInternAtom(X11_display, "XdndLeave", False)) { - printf("XdndLeave\n"); + //printf("XdndLeave\n"); } else if (event.xclient.message_type == XInternAtom(X11_display, "XdndPosition", False)) {