File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/DynamoCoreWpf/ViewModels/Core Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments