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)
|
||||
|
||||
if (lst.length < 200 ) return
|
||||
if (lst.length <= 200 ) return
|
||||
|
||||
console.log('BEFORE lst SLICE: ', lst)
|
||||
|
||||
|
|
Loading…
Reference in New Issue