chore: cleanup log (#10586)

This commit is contained in:
Igor Randjelovic
2024-07-14 18:34:08 +02:00
committed by GitHub
parent 174a1279c5
commit a703d9a7a1

View File

@@ -25,7 +25,6 @@ export class Page extends PageBase {
{ value: 1, type: 2 /* org.nativescript.widgets.GridUnitType.star */ },
])
);
console.log('Page', 'createNativeView');
return layout;
}