Skip to content

Commit 1108231

Browse files
committed
Update DynamoViewModel.cs
1 parent fa6615a commit 1108231

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,18 +208,6 @@ public WorkspaceModel CurrentSpace
208208
get { return model.CurrentWorkspace; }
209209
}
210210

211-
/// <summary>
212-
/// Controls if the the ML data ingestion pipeline is beta from feature flag
213-
/// </summary>
214-
[Obsolete("This flag is not needed anymore and will be removed in a future version of Dynamo. Use EnableDNADataIngestionPipeline instead")]
215-
internal bool IsDNADataIngestionPipelineinBeta
216-
{
217-
get
218-
{
219-
return DynamoModel.FeatureFlags?.CheckFeatureFlag("IsDNADataIngestionPipelineinBeta", true) ?? true;
220-
}
221-
}
222-
223211
/// <summary>
224212
/// Controls if the the ML data ingestion pipeline is enabled or not.
225213
/// </summary>

0 commit comments

Comments
 (0)