Removed redundant logging #4721
This commit is contained in:
parent
5d61996405
commit
86d5567e74
|
@ -1323,7 +1323,6 @@ XWindowsScreen::handleSystemEvent(const Event& event, void*)
|
||||||
// selection owner. report that to the receiver.
|
// selection owner. report that to the receiver.
|
||||||
ClipboardID id = getClipboardID(xevent->xselectionclear.selection);
|
ClipboardID id = getClipboardID(xevent->xselectionclear.selection);
|
||||||
if (id != kClipboardEnd) {
|
if (id != kClipboardEnd) {
|
||||||
LOG((CLOG_DEBUG "lost clipboard %d ownership at time %d", id, xevent->xselectionclear.time));
|
|
||||||
m_clipboard[id]->lost(xevent->xselectionclear.time);
|
m_clipboard[id]->lost(xevent->xselectionclear.time);
|
||||||
sendClipboardEvent(m_events->forClipboard().clipboardGrabbed(), id);
|
sendClipboardEvent(m_events->forClipboard().clipboardGrabbed(), id);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue