We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8583e commit 588ad11Copy full SHA for 588ad11
demo/app/app.ts
@@ -1,7 +1,6 @@
1
import * as application from '@nativescript/core/application';
2
import { Trace } from '@nativescript/core';
3
-import { MapboxTraceCategory } from '@nativescript-community/ui-mapbox';
4
-console.log('MapboxTraceCategory', MapboxTraceCategory);
5
-Trace.addCategories(MapboxTraceCategory);
6
-Trace.enable();
+// import { MapboxTraceCategory } from '@nativescript-community/ui-mapbox';
+// Trace.addCategories(MapboxTraceCategory);
+// Trace.enable();
7
application.run({ moduleName: 'main-page' });
0 commit comments