Jelajahi Sumber

Update src/utils/logging/index.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Nissa Seru 11 bulan lalu
induk
melakukan
41d18bdaaa
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/utils/logging/index.ts

+ 1 - 1
src/utils/logging/index.ts

@@ -6,7 +6,7 @@
 import { CompactLogger } from "./CompactLogger"
 
 /**
- * No-operation logger implementation for test environments
+ * No-operation logger implementation for production environments
  */
 const noopLogger = {
 	debug: () => {},