Skip to content

Commit

Permalink
fix(logger): remove trace from empty logger
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Sep 29, 2023
1 parent a5f3bbb commit f0c66f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/logger/src/empty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ export function getEmptyLogger(): Logger {
debug: function debug(): void {
// Do nothing
},
trace: function trace(): void {
// Do nothing
},
};
}

0 comments on commit f0c66f4

Please sign in to comment.