From 1abdb95207e8dee8e6aa9ccb914c887ba921cb3e Mon Sep 17 00:00:00 2001 From: Haileyesus Date: Thu, 26 Mar 2026 13:51:17 +0300 Subject: [PATCH] chore: remove a console log --- server/src/modules/providers/shared/session-parser.utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/modules/providers/shared/session-parser.utils.ts b/server/src/modules/providers/shared/session-parser.utils.ts index 4d1b0e46..856e1eb9 100644 --- a/server/src/modules/providers/shared/session-parser.utils.ts +++ b/server/src/modules/providers/shared/session-parser.utils.ts @@ -52,7 +52,6 @@ export async function findFilesRecursivelyCreatedAfterLastScan( const stats = await fsp.stat(fullPath); if (stats.birthtime > lastScanDate) { fileList.push(fullPath); - console.log("=====> full path is: ", fullPath) } } else { fileList.push(fullPath);