Removing debugging message.

svn path=/trunk/KDE/kdelibs/; revision=1060032
This commit is contained in:
Adenilson Cavalcanti Da Silva 2009-12-07 22:38:52 +00:00
parent c25f50edba
commit 78be5fd3fc

View File

@ -90,11 +90,7 @@ void GrowAnimation::updateState(QAbstractAnimation::State newState, QAbstractAni
m_targetGeometry = m_startGeometry;
m_startGeometry = QRectF(newX, newY, newWidth, newHeight);
}
kDebug()<<"start value:"<<m_startGeometry<<"end value:"<<m_targetGeometry;
}
}
} //namespace Plasma