Skip to content

Commit

Permalink
chore: delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Feb 5, 2024
1 parent 20ed797 commit bb6fa9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/api/src/daemons/datapipe/ingest.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ func (s *Daemon) IngestAzureData(batch graph.Batch, converted ConvertedAzureData
}

func (s *Daemon) IngestWrapper(batch graph.Batch, wrapper DataWrapper) error {
//Leaving this code here for re-enabling in future ADCS work
//adcsFlag, err := s.db.GetFlagByKey(appcfg.FeatureAdcs)
//if err != nil {
// return fmt.Errorf("error getting ADCS feature flag: %w", err)
//}

switch wrapper.Metadata.Type {
case DataTypeComputer:
// We should not be getting anything with Version < 5 at this point, and we don't want to ingest it if we do as post-processing will blow it away anyways
Expand Down

0 comments on commit bb6fa9d

Please sign in to comment.