Change log mode to prod
This commit is contained in:
parent
c8d8dc5736
commit
f0081aa301
@ -46,7 +46,7 @@ const delay = ms => new Promise(res => setTimeout(res, ms))
|
|||||||
/* Maintains backwards compatibility for previous
|
/* Maintains backwards compatibility for previous
|
||||||
implementation of log helper */
|
implementation of log helper */
|
||||||
async function log(msg, type) {
|
async function log(msg, type) {
|
||||||
const mode = 'tst'
|
const mode = 'prod'
|
||||||
if (mode === 'prod' && type != 'ERR') {
|
if (mode === 'prod' && type != 'ERR') {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user