From c915add887c866d6c750ea74c0342e7fd01d574f Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Mon, 19 Apr 2004 22:49:25 +0000
Subject: removed debug msg

---
 src/SystemTray.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/SystemTray.cc b/src/SystemTray.cc
index 215adce..7214c20 100644
--- a/src/SystemTray.cc
+++ b/src/SystemTray.cc
@@ -19,7 +19,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: SystemTray.cc,v 1.8 2004/04/19 22:48:19 fluxgen Exp $
+// $Id: SystemTray.cc,v 1.9 2004/04/19 22:49:25 fluxgen Exp $
 
 #include "SystemTray.hh"
 
@@ -221,7 +221,6 @@ SystemTray::ClientList::iterator SystemTray::findClient(Window win) {
 void SystemTray::addClient(Window win) {
     if (win == 0)
         return;
-    cerr<<"Add client: "<<win<<endl;
 
     ClientList::iterator it = findClient(win);
     if (it != m_clients.end())
-- 
cgit v0.11.2