mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
remove useless internal log about remote permissions management
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
88992761bb
commit
9e1b2b3204
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ RemotePermissions RemotePermissions::internalFromServerString(const QString &val
|
|||
So replace the 'M' by a 'm' for every sub entries in an external storage */
|
||||
perm.unsetPermission(RemotePermissions::IsMounted);
|
||||
perm.setPermission(RemotePermissions::IsMountedSub);
|
||||
qCInfo(lcRemotePermissions()) << otherProperties.value(QStringLiteral("permissions")) << "replacing M permissions by m for subfolders inside a group folder";
|
||||
}
|
||||
|
||||
return perm;
|
||||
|
|
Loading…
Reference in a new issue