Remove debugging

This commit is contained in:
Ali 2023-07-07 23:17:25 +04:00
parent 9b7c98a011
commit 2575b0e2f1

View File

@ -1156,7 +1156,7 @@ func _internal_markStoryAsSeen(account: Account, peerId: PeerId, id: Int32, asPi
account.stateManager.injectStoryUpdates(updates: [.read(peerId: peerId, maxId: id)])
#if DEBUG && true
#if DEBUG && false
if "".isEmpty {
return .complete()
}