Skip to content

Commit

Permalink
chore: remove unecessary console.log (ENG-56423)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenle17 committed Jun 21, 2024
1 parent 67fdd2d commit 4f673a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DropdownMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const DropdownMenu = forwardRef(
setDefaultValue(values);
})
.catch((error) => {
console.log(error); // DEBUG
if (showErrorMessage) {
addWarningMessage(error.message);
}
Expand Down

0 comments on commit 4f673a4

Please sign in to comment.