Skip to content

Commit

Permalink
delete init default account
Browse files Browse the repository at this point in the history
  • Loading branch information
anhthuqs99 committed Aug 1, 2024
1 parent 74cedfd commit 93849af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/service/mix_panel_client_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class MixPanelClientService {
Future<void> initService() async {
mixpanel = await Mixpanel.init(Environment.mixpanelKey,
trackAutomaticEvents: true);
await initIfDefaultAccount();
mixpanel
..setLoggingEnabled(false)
..setUseIpAddressForGeolocation(true);
Expand Down

0 comments on commit 93849af

Please sign in to comment.