From a703d9a7a1e3cd54421d477b7d47bf2981a11889 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Sun, 14 Jul 2024 18:34:08 +0200 Subject: [PATCH] chore: cleanup log (#10586) --- packages/core/ui/page/index.android.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/ui/page/index.android.ts b/packages/core/ui/page/index.android.ts index d8ffc600d..2a75f27b0 100644 --- a/packages/core/ui/page/index.android.ts +++ b/packages/core/ui/page/index.android.ts @@ -25,7 +25,6 @@ export class Page extends PageBase { { value: 1, type: 2 /* org.nativescript.widgets.GridUnitType.star */ }, ]) ); - console.log('Page', 'createNativeView'); return layout; }