mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Removed debugging utility.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user