SVN_SILENT: unneeded noise now :)

svn path=/trunk/KDE/kdelibs/; revision=1038853
This commit is contained in:
Aaron J. Seigo 2009-10-22 04:19:33 +00:00
parent 6dc7cf2a05
commit d04ef47d95

View File

@ -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());