Skip to content

Commit

Permalink
Update StatsigInjections.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Aug 22, 2024
1 parent f18c495 commit f74a098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public final class StatsigFeatureFlagsProvider: NSObject, FeatureFlagsProtocol {
// this may change if we need FF pre-launch
// completion()
}
Console.shared.log("analytics log | Statsig initialized (local only, async feature flags fetch ongoing)")
Console.shared.log("analytics log | Statsig initialized (local only, async feature flags fetch ongoing) | env: \(environment.debugDescription) | userId: \(userId)")
initializationState = .initializedRemoteLoading
}
completion()
Expand Down

0 comments on commit f74a098

Please sign in to comment.