mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-28 15:20:24 +00:00
chore: cleanup
This commit is contained in:
@@ -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)
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user