From 018dae691a25c1eb4c61008c1c56fb52790d1646 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 3 Dec 2020 02:03:47 +1100 Subject: [PATCH] [client] remove left behind debug output --- client/clipboards/X11/src/x11.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/clipboards/X11/src/x11.c b/client/clipboards/X11/src/x11.c index d5d77bd4..f02dbd31 100644 --- a/client/clipboards/X11/src/x11.c +++ b/client/clipboards/X11/src/x11.c @@ -270,7 +270,6 @@ static void x11_cb_selection_notify(const XSelectionEvent e) for(int n = 0; n < LG_CLIPBOARD_DATA_NONE; ++n) if (this->aTypes[n] == targets[i]) { - DEBUG_INFO("%s", atomTypes[n]); // we have a match, so send the notification this->notifyFn(n); goto out;