mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-09 11:19:36 +01:00
[Chore]: Remove console.log()
This commit is contained in:
parent
a7691ccf43
commit
d06ac6210f
1 changed files with 1 additions and 3 deletions
|
|
@ -301,8 +301,6 @@ class ImapService extends EventEmitter {
|
|||
toDelete.forEach(uid => {
|
||||
this.emit(ImapService.EVENT_DELETED_MAIL, uid);
|
||||
});
|
||||
|
||||
console.log(`Deleted ${toDelete.length} old messages.`);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue