mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
remove some not needed debug logs
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
8dee66f84e
commit
7091b7f889
1 changed files with 0 additions and 2 deletions
|
@ -135,11 +135,9 @@ QString CaseClashConflictSolver::remoteTargetFilePath() const
|
|||
{
|
||||
if (_remotePath == QStringLiteral("/")) {
|
||||
const auto result = QString{_targetFilePath.mid(_localPath.length())};
|
||||
qCDebug(lcCaseClashConflictSolver) << result << _remotePath << _targetFilePath << _localPath;
|
||||
return result;
|
||||
} else {
|
||||
const auto result = QString{_remotePath + _targetFilePath.mid(_localPath.length())};
|
||||
qCDebug(lcCaseClashConflictSolver) << result << _remotePath << _targetFilePath << _localPath;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue