Skip to content

Commit

Permalink
removed debugger line
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Sep 19, 2024
1 parent 1d37ee7 commit 1f57c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function mapAndApply(fromObject, toObject, mapper) {
: toObject[destinationKey] === convertedValue;

if (!valuesAreEqual) {
debugger;
toObject[destinationKey] = convertedValue;
onChange();
}
Expand Down

0 comments on commit 1f57c3f

Please sign in to comment.