mirror of
https://github.com/mixpanel/mixpanel-swift
synced 2026-04-21 13:37:18 +00:00
Update MixpanelInstance.swift
This commit is contained in:
parent
a7cf92e00d
commit
0b736cccf6
1 changed files with 1 additions and 1 deletions
|
|
@ -1213,7 +1213,7 @@ extension MixpanelInstance {
|
|||
eventName = event
|
||||
} else {
|
||||
MixpanelLogger.info(
|
||||
message: "mixpanel track called with empty event parameter. using 'mp_event'")
|
||||
message: "mixpanel track called with empty event parameter.")
|
||||
}
|
||||
|
||||
// Check if this is an automatic event that should be ignored
|
||||
|
|
|
|||
Loading…
Reference in a new issue