зеркало из https://github.com/nextcloud/desktop.git
Minor debugging output silenced
This commit is contained in:
Родитель
0fd2df2e40
Коммит
b5075b26ae
|
@ -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];
|
||||
|
|
Загрузка…
Ссылка в новой задаче