[client] remove left behind debug output

This commit is contained in:
Geoffrey McRae 2020-12-03 02:03:47 +11:00
parent 5c50efd074
commit 018dae691a

View File

@ -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;