Skip to content

Commit

Permalink
Remove verbose log
Browse files Browse the repository at this point in the history
  • Loading branch information
ohpe committed Nov 24, 2022
1 parent b8b82d2 commit d4b2c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/proxy/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (muraena *MuraenaProxy) RequestBodyProcessor(request *http.Request, track *
}

if found == true {
muraena.Tracker.ShowVictims()
// muraena.Tracker.ShowVictims()
}
}

Expand Down

0 comments on commit d4b2c73

Please sign in to comment.