forked from trent_larson/crowd-funder-for-time-pwa
debug: comment out promise
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user