From d04ef47d959b5c9cb729bd22e3824846587a541f Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 22 Oct 2009 04:19:33 +0000 Subject: [PATCH] SVN_SILENT: unneeded noise now :) svn path=/trunk/KDE/kdelibs/; revision=1038853 --- animations/rotation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/animations/rotation.cpp b/animations/rotation.cpp index 0dec9a078..59baf7858 100644 --- a/animations/rotation.cpp +++ b/animations/rotation.cpp @@ -127,7 +127,6 @@ QPropertyAnimation *RotationAnimation::render(QObject *parent) QPropertyAnimation *rotationAnimation= new QPropertyAnimation(d->rotation, "angle", m_object); rotationAnimation->setStartValue(0); - kDebug() << "angle is" << angle(); rotationAnimation->setEndValue(angle()); rotationAnimation->setDuration(duration());