From a0fe64f519fc69d99192baf5bf7a556ff134f0ef Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Mon, 22 Mar 2010 03:19:37 +0000 Subject: [PATCH] Reduce debugging output a bit especially since it's unconditional SVN_SILENT svn path=/trunk/KDE/kdelibs/; revision=1106171 --- animations/animation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/animations/animation.cpp b/animations/animation.cpp index 39bba15f3..118a77f32 100644 --- a/animations/animation.cpp +++ b/animations/animation.cpp @@ -74,7 +74,6 @@ QGraphicsWidget* Animation::targetWidget() const void Animation::setEasingCurve(const QEasingCurve &curve) { - kDebug() << "setting easing curve to type" << curve.type(); d->easingCurve = curve; }