From 37670992748aa028886f2c4de2f25899fe6265cb Mon Sep 17 00:00:00 2001 From: Laurenz Rasche Date: Mon, 18 Nov 2024 12:23:44 +0100 Subject: [PATCH] remove debugging log --- processing/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/processing/index.ts b/processing/index.ts index b8e88cab4..a5d476de5 100644 --- a/processing/index.ts +++ b/processing/index.ts @@ -64,6 +64,5 @@ try { triggerCacheWarming() } } catch (e) { - console.error(e) synologyLogError('Processing failed') }