Skip to content

Commit

Permalink
Remove local logs which for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed Apr 10, 2024
1 parent f494571 commit f828972
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static String getInstallReferrer(@NonNull Context context) {


public static void setInstallReferrer(@NonNull Context context, @Nullable String referrer) {
Logger.info("Mansi setInstallReferrer ->context"+context+" referrer-> "+referrer);
if (context != null) {
SharedPreferences preferences = context.getSharedPreferences(Constants.PREFS_FILE, Context.MODE_PRIVATE);
preferences.edit().putString(Constants.PrefKeys.INSTALL_REFERRER, referrer).apply();
Expand Down

0 comments on commit f828972

Please sign in to comment.