mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-05 16:48:47 +00:00
dbeug updates
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { DEVELOPMENT } from '../constants'
|
||||
import { DEBUG } from '../constants'
|
||||
|
||||
export const dbg = (...args: any[]) => {
|
||||
if (!DEVELOPMENT) return
|
||||
if (!DEBUG) return
|
||||
console.log(...args)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user