1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

* Remove lame debug output.

This commit is contained in:
Christian Muehlhaeuser
2010-11-29 05:38:13 +01:00
parent b04e7c0c21
commit 8e6da585d2

View File

@@ -110,8 +110,6 @@ AnimatedSplitter::addWidget( AnimatedWidget* widget )
void
AnimatedSplitter::onShowRequest()
{
qDebug() << Q_FUNC_INFO;
int j = -1;
for ( int i = 0; i < count(); i ++ )
{
@@ -132,8 +130,6 @@ AnimatedSplitter::onShowRequest()
void
AnimatedSplitter::onHideRequest()
{
qDebug() << Q_FUNC_INFO;
int j = -1;
for ( int i = 0; i < count(); i ++ )
{