Skip to content

Commit

Permalink
Remove consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdjere committed Jul 22, 2024
1 parent 1aa243c commit 18279f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const simpleDiffAlgorithm = <TValue>(

const diffOutcome = determineDiffOutcome(baseVersion, currentVersion, targetVersion);
const valueCanUpdate = determineIfValueCanUpdate(diffOutcome);
console.log({diffOutcome})

const hasBaseVersion = baseVersion !== MissingVersion;

const { conflict, mergedVersion } = mergeVersions({
Expand Down

0 comments on commit 18279f9

Please sign in to comment.