1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Remove some spammy debug

This commit is contained in:
Jeff Mitchell
2012-06-22 19:56:03 -04:00
parent bf3cbb4fbe
commit ba24e57896

View File

@@ -55,7 +55,7 @@ bool
TomahawkSqlQuery::exec( const QString& query )
{
bool prepareResult = prepare( query );
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Query preparation successful?" << ( prepareResult ? "true" : "false" );
//tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Query preparation successful?" << ( prepareResult ? "true" : "false" );
return exec();
}