Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
letiescanciano committed Oct 26, 2022
1 parent c8fc590 commit b591170
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const LDInitializationWrapper: React.FC<React.PropsWithChildren<{ apiKey: string
setState("initialized");
// Make sure enabled experiments are added to each analytics event
addAnalyticsContext({ experiments: JSON.stringify(ldClient.current?.allFlags()) });
console.log("ldClient.current?.allFlags()", ldClient.current?.allFlags());
// Check for overwritten i18n messages
updateI18nMessages();
updateFeatureOverwrites(ldClient.current?.variation(FEATURE_FLAG_EXPERIMENT, ""));
Expand Down

0 comments on commit b591170

Please sign in to comment.