Skip to content

Commit

Permalink
not used, no need to export
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 25, 2020
1 parent 5a1a8a6 commit 093f024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/x-grid-modules/src/hooks/utils/useLogger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Logger {

const noop = () => {};

export const noopLogger: Logger = {
const noopLogger: Logger = {
debug: noop,
info: noop,
warn: noop,
Expand Down

0 comments on commit 093f024

Please sign in to comment.