mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-28 11:42:42 +01:00
Remove some spammy debug
This commit is contained in:
parent
bf3cbb4fbe
commit
ba24e57896
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user