Skip to content

Commit a6d8060

Browse files
committed
removed console.log
1 parent 94fb8ab commit a6d8060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/modules/ngx-zxing/browser-code-reader.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export class BrowserCodeReader {
194194

195195
} catch (re) {
196196

197-
console.log(retryIfChecksumOrFormatError, re);
197+
console.debug(retryIfChecksumOrFormatError, re);
198198

199199
if (retryIfNotFound && Exception.isOfType(re, Exception.NotFoundException)) {
200200
console.warn('Not found, trying again...');
@@ -207,7 +207,7 @@ export class BrowserCodeReader {
207207
Exception.isOfType(re, Exception.FormatException)
208208
)
209209
) {
210-
console.log('Checksum or format error, trying again...', re);
210+
console.warn('Checksum or format error, trying again...', re);
211211

212212
this.decodeWithDelay(callbackFn);
213213
}

0 commit comments

Comments
 (0)