mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
parent
f403a336dc
commit
41d18bdaaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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: () => {},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue