Skip to content

Commit 9037692

Browse files
committed
chore(admob): clean up
1 parent f77eafb commit 9037692

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firebase-admob/nativead/index.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ export class NativeAdLoader implements INativeAdLoader {
176176
load(): void;
177177
load(arg?: any): void {
178178
const ref = new WeakRef(this);
179-
console.log(this.#nativeAdOptions, this.#adUnitId);
180179
this.#native = org.nativescript.firebase.admob.FirebaseAdmob.NativeAd.createLoader(
181180
Application.android.foregroundActivity || Application.android.startActivity,
182181
this.#adUnitId,

0 commit comments

Comments
 (0)