mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] remove left behind debug output
This commit is contained in:
parent
5c50efd074
commit
018dae691a
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue