remove wrong assert that is blocing the run of debug client
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 28 Feb 2022 13:45:36 +0000 (14:45 +0100)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Thu, 17 Mar 2022 23:28:02 +0000 (23:28 +0000)
commita7adca84e26471df3d4a097a3ef6fdd24c1a6a6c
tree866894f5445ab02a224b2478040ca2f53276fd45
parentd2b67ffea20b296a512e68f967e77c38a7ff2a4c
remove wrong assert that is blocing the run of debug client

if the server has files with invalid modtime this assert will trigger
even though the code is handling the situation

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/propagatedownload.cpp