Skip to content

Commit 93eca75

Browse files
committed
verbose en false
1 parent 5065ff8 commit 93eca75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paxapos/av-inputs",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Stencil Component Input webcam",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

src/components/input-barcode/input-barcode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class InputBarcode {
126126
componentDidLoad(){
127127
console.info('entrooo',this.supportedFormats)
128128
const config: Html5QrcodeFullConfig = {
129-
verbose: Build.isDev,
129+
verbose: false,
130130
formatsToSupport: this.supportedFormats,
131131
};
132132
this.html5QrCode = new Html5Qrcode(this.uuidGeneric, config);

0 commit comments

Comments
 (0)