Minor debugging output silenced

This commit is contained in:
Juan Carlos Cornejo 2011-12-13 20:35:56 -05:00 committed by Klaas Freitag
parent 0fd2df2e40
commit b5075b26ae

View file

@ -1530,7 +1530,6 @@ bool OwnCloudSync::isFileFiltered(QString name)
QList<QString> list = mFilters.toList(); QList<QString> list = mFilters.toList();
list.append( mGlobalFilters->toList() ); list.append( mGlobalFilters->toList() );
syncDebug() << "Will check a total of " << list.size() << " filters";
// Else, look through the filters and see if this file is excluded // Else, look through the filters and see if this file is excluded
for( int i = 0; i < list.size(); i++ ) { for( int i = 0; i < list.size(); i++ ) {
QString filter = list[i]; QString filter = list[i];