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

Commit 537e36d

Browse files
committed
Removed test log comments.
1 parent 384ac10 commit 537e36d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mlkit/mlkit-cameraview.android.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export abstract class MLKitCameraView extends MLKitCameraViewBase {
5353
}
5454

5555
createNativeView(): Object {
56-
console.log("lolik1");
5756
let nativeView = super.createNativeView();
5857

5958
if (this.hasCamera()) {
@@ -92,9 +91,7 @@ export abstract class MLKitCameraView extends MLKitCameraViewBase {
9291
}
9392

9493
initNativeView(): void {
95-
console.log("initing view from init view");
9694
application.on("resume", arg => {
97-
console.log("resumed from death.");
9895
this.runCamera();
9996
} );
10097
super.initNativeView();
@@ -111,7 +108,6 @@ export abstract class MLKitCameraView extends MLKitCameraViewBase {
111108
// if (this.preferFrontCamera) {
112109
// this._reader.switchDeviceInput();
113110
// }
114-
console.log("initing view");
115111

116112
this.surfaceView = new android.view.SurfaceView(utils.ad.getApplicationContext());
117113
nativeView.addView(this.surfaceView);

0 commit comments

Comments
 (0)