diff --git a/src/DynamoCore/Models/DynamoModel.cs b/src/DynamoCore/Models/DynamoModel.cs index fda80d8dbc3..e9a428da808 100644 --- a/src/DynamoCore/Models/DynamoModel.cs +++ b/src/DynamoCore/Models/DynamoModel.cs @@ -704,7 +704,6 @@ protected DynamoModel(IStartConfiguration config) } //align disable analytics with nonetwork mode, this is done in other entry points(CLI,Sandbox etc) - but //not all integrators will use those entry points, some may just create a DynamoModel directly. - //TODO write test that checks these are equal. Analytics.DisableAnalytics = NoNetworkMode; // If user skipped analytics from assembly config, do not try to launch the analytics client