Skip to content

Commit f2342c1

Browse files
committed
refactor: remove unnecessary debug comments in BranchUniversalObject
- Eliminate commented-out code related to debug parameters in the BranchUniversalObject class - Streamline the code for improved readability and maintainability as part of ongoing SDK modernization efforts
1 parent 7b6d39f commit f2342c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Branch-SDK/src/main/java/io/branch/indexing/BranchUniversalObject.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,6 @@ public static BranchUniversalObject getReferredBranchUniversalObject() {
461461
if (branchInstance.getLatestReferringParams().has("+clicked_branch_link") && branchInstance.getLatestReferringParams().getBoolean("+clicked_branch_link")) {
462462
branchUniversalObject = createInstance(branchInstance.getLatestReferringParams());
463463
}
464-
// If debug params are set then send BUO object even if link click is false
465-
else if (false) {
466-
branchUniversalObject = createInstance(branchInstance.getLatestReferringParams());
467-
}
468464
}
469465
} catch (Exception e) {
470466
BranchLogger.d(e.getMessage());

0 commit comments

Comments
 (0)