From: Camila Date: Wed, 15 Jun 2022 14:34:26 +0000 (+0200) Subject: Remove assert, it is no longer useful. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~159^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=65d012afea635b960af3c3a7b1bdeaa50ca9523c;p=nextcloud-desktop.git Remove assert, it is no longer useful. Signed-off-by: Camila --- diff --git a/src/libsync/vfs/cfapi/hydrationjob.cpp b/src/libsync/vfs/cfapi/hydrationjob.cpp index 3f437961a..8dae32cc4 100644 --- a/src/libsync/vfs/cfapi/hydrationjob.cpp +++ b/src/libsync/vfs/cfapi/hydrationjob.cpp @@ -226,8 +226,6 @@ void OCC::HydrationJob::slotCheckFolderEncryptedMetadata(const QJsonDocument &js void OCC::HydrationJob::cancel() { - Q_ASSERT(_signalSocket); - _isCancelled = true; if (_job) { _job->cancel();