1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

* Removed debugging utility.

This commit is contained in:
Christian Muehlhaeuser 2011-08-14 06:19:25 +02:00
parent 15f5212fa0
commit aff34a9dc5

View File

@ -85,9 +85,6 @@ TomahawkLogHandler( QtMsgType type, const char *msg )
{
static QMutex s_mutex;
if ( strstr( msg, "Pixmap" ) )
Q_ASSERT( false );
QMutexLocker locker( &s_mutex );
switch( type )
{