From b6efece6a5e867bdce28bce14184c97a9e4ddfa1 Mon Sep 17 00:00:00 2001 From: Lemuel Marquez Date: Mon, 18 Jan 2021 15:14:42 -0600 Subject: [PATCH] error 3 --- server/db/antiguo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/db/antiguo.js b/server/db/antiguo.js index 116a4e8..c2e473a 100644 --- a/server/db/antiguo.js +++ b/server/db/antiguo.js @@ -332,8 +332,8 @@ const carpetasRepetidas = async () => { } if (aux.length > 1) repetidas.push(aux); } - console.log(carpetas.length); - console.log(carpetas); + // console.log(carpetas.length); + // console.log(carpetas); console.log(repetidas.length); console.log(repetidas); };