Убрал дебаг

This commit is contained in:
Book Pauk
2019-02-03 15:22:23 +07:00
parent 1ea6fc6926
commit ef82e49772

View File

@@ -186,7 +186,7 @@ class BookManager {
if (!this.recent) if (!this.recent)
await this.init(); await this.init();
if (Object.keys(this.recent).length > 3) { if (Object.keys(this.recent).length > 100) {
let min = Date.now(); let min = Date.now();
let found = null; let found = null;
for (let key in this.recent) { for (let key in this.recent) {