From 7205e7b3ddbc33417a6164ca08d44a1cda97ad56 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 19 Jan 2023 17:49:21 +0530 Subject: [PATCH] remove testing log --- src/pages/gallery/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index 6925b5fd0..6d57ca656 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -155,7 +155,6 @@ export default function Gallery() { previousFiles = previousFiles || []; const files = filesFn instanceof Function ? filesFn(previousFiles) : filesFn; - console.trace('setFiles', files?.length, previousFiles.length); if (files?.length > 5000 && previousFiles.length > 5000) { const waitTime = getData(LS_KEYS.WAIT_TIME) ?? 5000; setTimeout(() => {