Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
@@ -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: () => {},