mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-28 02:04:41 +00:00
chore: cleanup
This commit is contained in:
parent
3c7f608475
commit
2b3ddf9f34
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export const logger = {
|
|||
},
|
||||
log: console.log,
|
||||
debug: (message: string) => {
|
||||
if (Resource.App.stage === "production" || Resource.App.stage === "adam") return
|
||||
if (Resource.App.stage === "production") return
|
||||
console.debug(message)
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue