Minor debugging output silenced

This commit is contained in:
Juan Carlos Cornejo 2011-12-13 20:35:56 -05:00 коммит произвёл Klaas Freitag
Родитель 0fd2df2e40
Коммит b5075b26ae
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1530,7 +1530,6 @@ bool OwnCloudSync::isFileFiltered(QString name)
QList<QString> list = mFilters.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
for( int i = 0; i < list.size(); i++ ) {
QString filter = list[i];