Skip to content

Commit eefce7a

Browse files
committed
chore: merge develop into main, overwriting main with develop's changes
1 parent a9886af commit eefce7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

amd/src/ui_driver.js

-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ define(["mod_eductx/main",
304304
const showCredentials = async () => {
305305
const vcs = await getCredentialsWithPop();
306306
did = (await masca.getDID()).data;
307-
// eslint-disable-next-line no-console
308-
console.log(did);
309307
if (vcs.length === 0) {
310308
document.getElementById("viewCertFlow").innerHTML = "<h2>No credentials yet</h2>\n";
311309
return;

0 commit comments

Comments
 (0)