mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Removed debugging utility.
This commit is contained in:
@@ -85,9 +85,6 @@ TomahawkLogHandler( QtMsgType type, const char *msg )
|
|||||||
{
|
{
|
||||||
static QMutex s_mutex;
|
static QMutex s_mutex;
|
||||||
|
|
||||||
if ( strstr( msg, "Pixmap" ) )
|
|
||||||
Q_ASSERT( false );
|
|
||||||
|
|
||||||
QMutexLocker locker( &s_mutex );
|
QMutexLocker locker( &s_mutex );
|
||||||
switch( type )
|
switch( type )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user