Skip to content

Commit

Permalink
chore: remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Jan 25, 2024
1 parent 28c98a6 commit 554390f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/go/analysis/ad/ad.go
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,6 @@ func GetADCSESC1EdgeComposition(ctx context.Context, db graph.Database, edge *gr
// Render paths from the segments
return paths, path1EnterpriseCAs.Each(func(value uint32) (bool, error) {
for _, segment := range candidateSegments[graph.ID(value)] {
log.Infof("Found ESC1 Path: %s", graph.FormatPathSegment(segment))

paths.AddPath(segment.Path())
}

Expand Down Expand Up @@ -1177,8 +1175,6 @@ func GetADCSESC9aEdgeComposition(ctx context.Context, db graph.Database, edge *g
return nextSegment.Node.Kinds.ContainsOneOf(ad.EnterpriseCA)
})

log.Infof("Segment: %v", graph.FormatPathSegment(terminal))

lock.Lock()
path3CandidateSegments[caNode.ID] = append(path3CandidateSegments[caNode.ID], terminal)
lock.Unlock()
Expand Down

0 comments on commit 554390f

Please sign in to comment.