From 7ccd4fb64f3590f62ffd32cd80ef4249e67a3986 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 11 Dec 2008 03:06:46 +0000 Subject: [PATCH] SVN_SILENT: probably don't need that debug in there anymore ;) svn path=/trunk/KDE/kdelibs/; revision=895577 --- popupapplet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/popupapplet.cpp b/popupapplet.cpp index 8aab95ed0..f0563bbf1 100644 --- a/popupapplet.cpp +++ b/popupapplet.cpp @@ -138,8 +138,6 @@ void PopupAppletPrivate::popupConstraintsEvent(Plasma::Constraints constraints) Plasma::FormFactor f = q->formFactor(); - kDebug() << "whoop!" << constraints; - if (constraints & Plasma::LocationConstraint) { checkExtenderAppearance(f); }