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
This commit is contained in:
Rik Hemsley 2000-04-26 18:36:27 +00:00
parent b33a6fa71e
commit 34055e684d

View file

@ -419,8 +419,6 @@ Client::Client( Workspace *ws, WId w, QWidget *parent, const char *name, WFlags
} else } else
qDebug("XTextPropertyToStringList failed"); qDebug("XTextPropertyToStringList failed");
} else {
qDebug("XGetTextProperty failed for atom _NET_AVOID_SPEC");
} }
} }