Skip to content

Commit

Permalink
Remove assert for when the timestamp is not empty.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan authored and mgallien committed Jan 2, 2025
1 parent 4931980 commit d9e42e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsync/abstractnetworkjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ void AbstractNetworkJob::slotFinished()

QByteArray AbstractNetworkJob::responseTimestamp()
{
ASSERT(!_responseTimestamp.isEmpty());
return _responseTimestamp;
}

Expand Down

0 comments on commit d9e42e7

Please sign in to comment.