debug: comment out promise

This commit is contained in:
Matthew Raymer
2025-04-28 05:48:00 +00:00
parent f275732d99
commit 9cafe1cc83

View File

@@ -350,7 +350,7 @@ export default class QRScannerDialog extends Vue {
// Now initialize the QR scanner
this.initializationStatus = "Starting QR scanner...";
logger.log("Initializing QR scanner...");
await promise;
// await promise; // <-- comment this out for debugging
this.isInitializing = false;
this.cameraStatus = "Ready";