From 861a0e56639a2bfcaced3acbf3c4d47fdc9d42f1 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 21 Mar 2021 17:41:38 +0100 Subject: [PATCH] Remove unused variable --- source/app/mocks/index.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/source/app/mocks/index.mjs b/source/app/mocks/index.mjs index 297ddc86..28787d8b 100644 --- a/source/app/mocks/index.mjs +++ b/source/app/mocks/index.mjs @@ -125,7 +125,6 @@ { //Unmocked console.debug("metrics/compute/mocks > mocking rss-parser") - const unmocked = {rss} //Mock rss feed rss.prototype.parseURL = function(url) {