Skip to content

Commit 4845639

Browse files
committed
remove unused area
1 parent 54be91b commit 4845639

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/static/js/wallet/rp-scanner.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ function handleQrFileUpload(event) {
106106
}
107107

108108
async function processQrPresentation(qrData) {
109-
110-
if (textArea) textArea.value = qrData;
111-
if (confirmBtn) confirmBtn.disabled = false;
112-
113109
try {
114110
const response = await executeFetch("/wallet/presentation", "POST", { qrcode_data: qrData });
115111
if (!response.ok) {

0 commit comments

Comments
 (0)