From 36ee7b251498037edefd2c4d084781323e67b7d5 Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Thu, 22 Feb 2024 18:54:48 -0500 Subject: [PATCH] Remove logging. --- lib/slcs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/slcs.js b/lib/slcs.js index 32cd01f..79c2a8e 100644 --- a/lib/slcs.js +++ b/lib/slcs.js @@ -188,7 +188,6 @@ export async function getFresh({config, statusListId} = {}) { return {credential: record.credential}; } // refresh SLC - console.log('***********AUTO REFRESH***********'); const doc = await refresh({config, statusListId}); return {credential: doc.content}; }