Remove console logging

This commit is contained in:
Julian Stirling 2026-02-15 16:57:08 +00:00
parent f1a51dad84
commit c583be7756
7 changed files with 0 additions and 34 deletions

View file

@ -60,7 +60,6 @@ export default {
let imageUri = response.output.href;
if (!imageUri) {
this.modalError("No image URI returned from capture task.");
console.log(`Capture resulted in response ${response}`);
return;
}
// To save the returned data, we make a virtual link and click it