Skip to content

Commit 8e1d321

Browse files
committed
fix logging
1 parent 1e4f5e4 commit 8e1d321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostHog/PostHogQueue.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ class PostHogQueue {
203203
}
204204

205205
completion(PostHogConsumerPayload(events: processing) { success in
206-
hedgeLog("Completed!")
207206
if success, items.count > 0 {
208207
self.fileQueue.pop(items.count)
208+
hedgeLog("Completed!")
209209
}
210210

211211
self.isFlushingLock.withLock {

0 commit comments

Comments
 (0)