From 86d5567e747f34b4a98c676f2bda701106632c57 Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Thu, 23 Jul 2015 12:41:00 -0700 Subject: [PATCH] Removed redundant logging #4721 --- src/lib/platform/XWindowsScreen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/platform/XWindowsScreen.cpp b/src/lib/platform/XWindowsScreen.cpp index 067c4f3e..d10b7e1c 100644 --- a/src/lib/platform/XWindowsScreen.cpp +++ b/src/lib/platform/XWindowsScreen.cpp @@ -1323,7 +1323,6 @@ XWindowsScreen::handleSystemEvent(const Event& event, void*) // selection owner. report that to the receiver. ClipboardID id = getClipboardID(xevent->xselectionclear.selection); if (id != kClipboardEnd) { - LOG((CLOG_DEBUG "lost clipboard %d ownership at time %d", id, xevent->xselectionclear.time)); m_clipboard[id]->lost(xevent->xselectionclear.time); sendClipboardEvent(m_events->forClipboard().clipboardGrabbed(), id); return;