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:
parent
15f5212fa0
commit
aff34a9dc5
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user