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}; }