Remove assert that caues crashes
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Mon, 6 Sep 2021 11:00:28 +0000 (13:00 +0200)
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>
Mon, 6 Sep 2021 15:54:44 +0000 (15:54 +0000)
commit031b2e0683daba0ca1c1444227522e4effdcbf98
treefce73713d4b66fc363d33bda3f83f313b907a628
parent8385eeeab2c5b167ee3d9bc9e75a6014d5f5358f
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>
src/libsync/abstractnetworkjob.cpp