Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Dec 18, 2023
1 parent 37fe7df commit 252656e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/devhub/page/addon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ const checkFullyRefactored = (addon_id) => {
};

const isFullyRefactored = checkFullyRefactored(addon.addon_id);
console.log("addonMatch");
console.log(addonMatch);

return (
<Container>
{isFullyRefactored && // Unfully refactored addons have the configurator built in.
Expand Down

0 comments on commit 252656e

Please sign in to comment.