mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Remove some spammy debug
This commit is contained in:
@@ -55,7 +55,7 @@ bool
|
|||||||
TomahawkSqlQuery::exec( const QString& query )
|
TomahawkSqlQuery::exec( const QString& query )
|
||||||
{
|
{
|
||||||
bool prepareResult = prepare( 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();
|
return exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user