mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] remove left behind debug output
This commit is contained in:
parent
5c50efd074
commit
018dae691a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user