mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove assert that caues crashes
This assert does not add value. Utility::concatUrlPath() takes care of appending paths correctly. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
This commit is contained in:
parent
8385eeeab2
commit
031b2e0683
@ -154,8 +154,6 @@ QUrl AbstractNetworkJob::makeAccountUrl(const QString &relativePath) const
|
||||
|
||||
QUrl AbstractNetworkJob::makeDavUrl(const QString &relativePath) const
|
||||
{
|
||||
// ensure we always used the remote folder
|
||||
ASSERT(relativePath.startsWith(QLatin1Char('/')))
|
||||
return Utility::concatUrlPath(_account->davUrl(), relativePath);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user