Skip to content

Commit 183659a

Browse files
Release 1.0.8
⚰️ Remove debug code
1 parent 70b5d09 commit 183659a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Userpilot/Analytics/AnalyticsPublisher.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ extension AnalyticsPublisher: AnalyticsPublishing {
256256

257257
private func handleIdentifyEvent(_ event: Event) -> Bool {
258258
// Return true to stop publishing
259-
let ssss = User.fromJson(storage.user).isSameIdentifyEvent(event: event)
260259
if storage.user.isNotEmpty && User.fromJson(storage.user).isSameIdentifyEvent(event: event) {
261260
return true
262261
}

0 commit comments

Comments
 (0)