SVN_SILENT: quit spamming the output with this one

svn path=/trunk/KDE/kdelibs/; revision=895806
This commit is contained in:
Aaron J. Seigo 2008-12-11 19:53:35 +00:00
parent 4ae7b9e16e
commit 4ffa080061

View File

@ -1557,7 +1557,7 @@ void ContainmentPrivate::containmentConstraintsEvent(Plasma::Constraints constra
return;
}
kDebug() << "got containmentConstraintsEvent" << constraints << (QObject*)toolBox;
//kDebug() << "got containmentConstraintsEvent" << constraints << (QObject*)toolBox;
if (constraints & Plasma::ImmutableConstraint) {
//update actions
bool unlocked = q->immutability() == Mutable;