Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 35fdb86

Browse files
cleanup
1 parent bc27992 commit 35fdb86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mlkit/barcodescanning/index.android.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ export class MLKitBarcodeScanner extends MLKitBarcodeScannerBase {
2323
return new com.google.android.gms.tasks.OnSuccessListener({
2424
onSuccess: barcodes => {
2525

26-
// const imageSource = new ImageSource();
27-
// imageSource.setNativeSource(this.lastVisionImage.getBitmapForDebugging());
28-
2926
const result = <MLKitScanBarcodesOnDeviceResult>{
30-
// imageSource: imageSource,
3127
barcodes: []
3228
};
3329

0 commit comments

Comments
 (0)