Skip to content

Commit

Permalink
fix: Drop extraneous logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Dec 11, 2020
1 parent 3749d20 commit 6e84282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.6.1 / 2020-12-11

- Fix - Drop extraneous logging.

## 5.6.0 / 2020-12-11

- Feat - Support `merge` (`CustomizeRule.Merge`) for objects at `mergeWithRules`. This is useful for merging loader options for example. #163
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ function mergeIndividualRule({
a: Array<any>;
b: Array<any>;
}) {
console.log("checking rule", currentRule);

// What if there's no match?
switch (currentRule) {
case CustomizeRule.Append:
Expand Down

0 comments on commit 6e84282

Please sign in to comment.