Remoção de console.log
parent
ae762460b8
commit
e89a54e394
|
@ -367,7 +367,7 @@ const _clear_lst = () => {
|
||||||
|
|
||||||
console.log('WHATSAPP MESSAGE ID MULTI SESSION: ', lst.length)
|
console.log('WHATSAPP MESSAGE ID MULTI SESSION: ', lst.length)
|
||||||
|
|
||||||
if (lst.length < 200 ) return
|
if (lst.length <= 200 ) return
|
||||||
|
|
||||||
console.log('BEFORE lst SLICE: ', lst)
|
console.log('BEFORE lst SLICE: ', lst)
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ const clearMultiSessionWhatsappMessageId = () => {
|
||||||
try {
|
try {
|
||||||
clearInterval(clear_lst);
|
clearInterval(clear_lst);
|
||||||
|
|
||||||
_clear_lst()
|
_clear_lst()
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log('error on clear lst whatsapp id message: ', error)
|
console.log('error on clear lst whatsapp id message: ', error)
|
||||||
|
|
Loading…
Reference in New Issue