1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

Debug spam--

This commit is contained in:
Uwe L. Korn
2013-06-30 14:14:18 +02:00
parent 607caf4456
commit ca1db0cd48

View File

@@ -696,7 +696,6 @@ TomahawkApp::onInfoSystemReady()
void void
TomahawkApp::ipDetectionFailed( QNetworkReply::NetworkError error, QString errorString ) TomahawkApp::ipDetectionFailed( QNetworkReply::NetworkError error, QString errorString )
{ {
tLog() << Q_FUNC_INFO;
Q_UNUSED( error ); Q_UNUSED( error );
#ifdef QT_NO_DEBUG #ifdef QT_NO_DEBUG
Q_UNUSED( errorString ); Q_UNUSED( errorString );