diff --git a/client/presentationmgr.ts b/client/presentationmgr.ts index 7e37008..1f24a67 100644 --- a/client/presentationmgr.ts +++ b/client/presentationmgr.ts @@ -94,7 +94,7 @@ class MainScreen implements PresentationScreen { } public async prepare(): Promise { - this.dom_question_link.append(await el.img(QUESTION_QR, ["qr"])); + //this.dom_question_link.append(await el.img(QUESTION_QR, ["qr"])); } public async start(): Promise {