From 34055e684da0c467105edebcc203c0d6375096f7 Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Wed, 26 Apr 2000 18:36:27 +0000 Subject: [PATCH] Removed a qDebug() message. The others I've put in will go too, as they're not necessary and are only for testing. svn path=/trunk/kdebase/kwin/; revision=47594 --- client.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.cpp b/client.cpp index 94213f93e3..44a33a73c0 100644 --- a/client.cpp +++ b/client.cpp @@ -419,8 +419,6 @@ Client::Client( Workspace *ws, WId w, QWidget *parent, const char *name, WFlags } else qDebug("XTextPropertyToStringList failed"); - } else { - qDebug("XGetTextProperty failed for atom _NET_AVOID_SPEC"); } }