SyncEngine: Remove bogus logging.

This commit is contained in:
Klaas Freitag 2015-07-13 15:46:19 +02:00
parent 9461e4ccd1
commit 3a5f66e976

View file

@ -366,8 +366,6 @@ int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote )
item->_serverHasIgnoredFiles = (file->has_ignored_files > 0);
}
qDebug() << "HAS IGNORED FILES for " << item->_file << item->_serverHasIgnoredFiles << key;
// record the seen files to be able to clean the journal later
_seenFiles.insert(item->_file);
if (!renameTarget.isEmpty()) {