mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #3754 from nextcloud/bugfix/remove-assert
Remove assert that causes crashes
This commit is contained in:
commit
17044317ba
@ -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