We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9886af commit eefce7aCopy full SHA for eefce7a
amd/src/ui_driver.js
@@ -304,8 +304,6 @@ define(["mod_eductx/main",
304
const showCredentials = async () => {
305
const vcs = await getCredentialsWithPop();
306
did = (await masca.getDID()).data;
307
- // eslint-disable-next-line no-console
308
- console.log(did);
309
if (vcs.length === 0) {
310
document.getElementById("viewCertFlow").innerHTML = "<h2>No credentials yet</h2>\n";
311
return;
0 commit comments