We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f403a33 commit 41d18bdCopy full SHA for 41d18bd
src/utils/logging/index.ts
@@ -6,7 +6,7 @@
6
import { CompactLogger } from "./CompactLogger"
7
8
/**
9
- * No-operation logger implementation for test environments
+ * No-operation logger implementation for production environments
10
*/
11
const noopLogger = {
12
debug: () => {},
0 commit comments