Skip to content

Commit

Permalink
Debug stuff removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Feb 9, 2022
1 parent 9f9d1f8 commit 33d0b22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/engine/analyzeobjects.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ func AnalyzeObjects(opts AnalyzeObjectsOptions) (pg PwnGraph) {
// If pwner is our attacker, we always want to know what it can do
tri, found := implicatedobjectsmap[pwntarget]

if pwntarget.Label() == "S-1-5-21-1912508229-386351500-4206070068-4929" && processinground > 3 {
log.Debug().Msgf("Found S-1-5-21-1912508229-386351500-4206070068-4929")
}

// SKIP THIS IF
if
// We're not including backlinks
Expand Down

0 comments on commit 33d0b22

Please sign in to comment.