Skip to content

Commit c9f4507

Browse files
committed
remove self
1 parent 38b2b9e commit c9f4507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/MixpanelInstance.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ open class MixpanelInstance: CustomDebugStringConvertible, FlushDelegate, AEDele
161161
}
162162
#if DEBUG
163163
var trackProps: Properties = ["Logging Enabled": loggingEnabled]
164-
if (self.superProperties["mp_lib"] != nil) {
164+
if (superProperties["mp_lib"] != nil) {
165165
trackProps["mp_lib"] = self.superProperties["mp_lib"] as! String
166166
}
167-
if (self.superProperties["$lib_version"] != nil) {
167+
if (superProperties["$lib_version"] != nil) {
168168
trackProps["$lib_version"] = self.superProperties["$lib_version"] as! String
169169
}
170170
Network.sendHttpEvent(eventName: "Toggle SDK Logging", apiToken: "metrics-1", distinctId: apiToken, properties: trackProps)

0 commit comments

Comments
 (0)