Remoção de console.log

pull/21/head
adriano 2022-12-14 10:36:05 -03:00
parent ae762460b8
commit e89a54e394
1 changed files with 2 additions and 2 deletions

View File

@ -367,7 +367,7 @@ const _clear_lst = () => {
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)
@ -388,7 +388,7 @@ const clearMultiSessionWhatsappMessageId = () => {
try {
clearInterval(clear_lst);
_clear_lst()
_clear_lst()
} catch (error) {
console.log('error on clear lst whatsapp id message: ', error)