From d1839212f86747491106bd28e4401d9f96c723dd Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 23 Sep 2010 17:13:31 +0000 Subject: [PATCH] Removed debugging message; the affected area of code is not responsible for the BadWindow errors git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1178715 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/applets/systemtray/systemtrayapplet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kicker/applets/systemtray/systemtrayapplet.cpp b/kicker/applets/systemtray/systemtrayapplet.cpp index d729c6b50..ad44b640f 100644 --- a/kicker/applets/systemtray/systemtrayapplet.cpp +++ b/kicker/applets/systemtray/systemtrayapplet.cpp @@ -1081,7 +1081,6 @@ void TrayEmbed::setBackground() if (!isHidden()) { - printf("[systemtray] Clearing area to set background\n\r"); XClearArea(x11Display(), embeddedWinId(), 0, 0, 0, 0, True); } }