Update src/utils/logging/index.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
Nissa Seru 2025-02-08 09:52:07 -05:00 committed by GitHub
parent f403a336dc
commit 41d18bdaaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: () => {},