mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 21:43:40 +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)
|
for(int n = 0; n < LG_CLIPBOARD_DATA_NONE; ++n)
|
||||||
if (this->aTypes[n] == targets[i])
|
if (this->aTypes[n] == targets[i])
|
||||||
{
|
{
|
||||||
DEBUG_INFO("%s", atomTypes[n]);
|
|
||||||
// we have a match, so send the notification
|
// we have a match, so send the notification
|
||||||
this->notifyFn(n);
|
this->notifyFn(n);
|
||||||
goto out;
|
goto out;
|
||||||
|
Loading…
Reference in New Issue
Block a user