debugLog
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const debugLog = (...data: any[]): void => {
|
||||
if (process.env.LOG_LEVEL === "DEBUG") {
|
||||
console.log(...data)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user