Skip to content

Commit

Permalink
Removed unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Oct 3, 2023
1 parent fb9fc35 commit c7376e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Branch-SDK/src/main/java/io/branch/referral/PrefHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,7 @@ public JSONObject getReferringURLQueryParameters() {
} catch (JSONException e) {
BranchLogger.w("Unable to get URL query parameters as string: " + e);
}
} else {
BranchLogger.d("No URL parameters found.");
}

return params;
}

Expand Down

0 comments on commit c7376e6

Please sign in to comment.