Skip to content

Commit

Permalink
Removing console error
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Sep 24, 2024
1 parent 62987f6 commit 40b7b0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/blocks/global-navigation/utilities/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const lanaLog = ({ message, e = '', tags = 'errorType=default' }) => {
sampleRate: 1,
tags,
});
console.error(message);
};

export const logErrorFor = async (fn, message, tags) => {
Expand Down

0 comments on commit 40b7b0c

Please sign in to comment.