Remove debug message

This commit is contained in:
Patrick Pacher 2020-04-14 14:05:53 +02:00
parent fc9835f91a
commit ef560447ae
No known key found for this signature in database
GPG key ID: E8CD2DA160925A6D

View file

@ -225,7 +225,6 @@ func (lp *LayeredProfile) MatchFilterLists(entity *intel.Entity) (result endpoin
return endpoints.NoMatch, ""
}
log.Errorf("number of layers: %d", len(lp.layers))
for _, layer := range lp.layers {
if reason := lookupMap.Match(layer.filterListIDs); reason != "" {
return endpoints.Denied, reason