Skip to content

Commit 66cfb96

Browse files
Allow analytics
Remove disableAnalytics set to true - we've used it only in AppBuilder branch.
1 parent d1cdf14 commit 66cfb96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export class Configuration extends ConfigBase implements IConfiguration { // Use
2222
$injector.register("config", Configuration);
2323

2424
export class StaticConfig extends StaticConfigBase implements IStaticConfig {
25-
public disableAnalytics = true;
26-
2725
public PROJECT_FILE_NAME = "package.json";
2826
public CLIENT_NAME_KEY_IN_PROJECT_FILE = "nativescript";
2927
public CLIENT_NAME = "tns";

0 commit comments

Comments
 (0)