Remove debug message

This commit is contained in:
Patrick Pacher
2020-04-14 14:05:53 +02:00
parent fc9835f91a
commit ef560447ae

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