From 5ba33e07b3d98e97df438132aca19b90f1b439e9 Mon Sep 17 00:00:00 2001 From: "mjk.kirschner" Date: Mon, 26 Feb 2024 11:12:26 -0500 Subject: [PATCH] remove todo --- src/DynamoCore/Models/DynamoModel.cs | 1 - 1 file changed, 1 deletion(-) 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