Skip to content

Commit 588ad11

Browse files
committed
tes: demo app remove trace
1 parent 7a8583e commit 588ad11

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

demo/app/app.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as application from '@nativescript/core/application';
22
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();
3+
// import { MapboxTraceCategory } from '@nativescript-community/ui-mapbox';
4+
// Trace.addCategories(MapboxTraceCategory);
5+
// Trace.enable();
76
application.run({ moduleName: 'main-page' });

0 commit comments

Comments
 (0)