Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
bsunderhus committed Oct 22, 2024
1 parent ab32b7c commit 767c9f9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ export const createMemoize = <V>() => {
const currentOwner = getCurrentOwner();

if (currentOwner === null) {
if (process.env.NODE_ENV !== 'production') {
// eslint-disable-next-line no-console
console.error(/** #__DE-INDENT__ */ `
@fluentui/react-utilities [slot]:
slot method was called outside of a component render.
`);
}
return init();
}

Expand Down

0 comments on commit 767c9f9

Please sign in to comment.