Skip to content

Commit

Permalink
Remove logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Feb 22, 2024
1 parent 731dc03 commit 36ee7b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/slcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
Expand Down

0 comments on commit 36ee7b2

Please sign in to comment.