Skip to content

Commit 9a6ba19

Browse files
authored
Merge pull request #7641 from nextcloud/bugfix/assert
Remove assert for when the timestamp is not empty.
2 parents 4931980 + d9e42e7 commit 9a6ba19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsync/abstractnetworkjob.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ void AbstractNetworkJob::slotFinished()
301301

302302
QByteArray AbstractNetworkJob::responseTimestamp()
303303
{
304-
ASSERT(!_responseTimestamp.isEmpty());
305304
return _responseTimestamp;
306305
}
307306

0 commit comments

Comments
 (0)