Reduce debugging output a bit

especially since it's unconditional
SVN_SILENT


svn path=/trunk/KDE/kdelibs/; revision=1106171
This commit is contained in:
Zack Rusin 2010-03-22 03:19:37 +00:00
parent b14a9ed2d8
commit a0fe64f519

View File

@ -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;
}