reset payload

This commit is contained in:
Andris Reinman 2017-03-12 00:54:36 +02:00
parent 27792bafca
commit 27068b7d99

View file

@ -439,7 +439,7 @@ class IMAPConnection extends EventEmitter {
continue; // skip this
}
this._server.logger.info('[%s] UIDS: %s', this.id, JSON.stringify(this.selected.uidList));
this._server.logger.info('[%s] UIDS: %s', this.id, this.selected.uidList.length);
switch (update.command) {
case 'EXISTS':