فهرست منبع

Update src/utils/logging/index.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Nissa Seru 10 ماه پیش
والد
کامیت
41d18bdaaa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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: () => {},