Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add changes based on Z3SBarcodeScanner to detect PL vehicle code #522

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zagi
Copy link

@zagi zagi commented Jun 5, 2022

@zagi zagi changed the title [WIP] Add changes based on 3fdbad7f28f91bd3d5f99bd735b0bba0c533771d to dete… Jun 5, 2022
@zagi zagi changed the title [WIP] Add changes based on https://github.com/zxing/zxing/commit/3fdbad7f28f91bd3d5f99bd735b0bba0c533771d to dete… Jun 5, 2022
@@ -58,7 +57,9 @@ export default class AztecReader implements Reader {
let detectorResult = detector.detectMirror(false);
points = detectorResult.getPoints();
this.reportFoundResultPoints(hints, points);
console.log("detect", detectorResult);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please no console.logs!

Copy link
Member

@werthdavid werthdavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

console logs need to be removed

Copy link

Stale pull request message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants