mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
Remove debug message
This commit is contained in:
parent
fc9835f91a
commit
ef560447ae
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ func (lp *LayeredProfile) MatchFilterLists(entity *intel.Entity) (result endpoin
|
||||||
return endpoints.NoMatch, ""
|
return endpoints.NoMatch, ""
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Errorf("number of layers: %d", len(lp.layers))
|
|
||||||
for _, layer := range lp.layers {
|
for _, layer := range lp.layers {
|
||||||
if reason := lookupMap.Match(layer.filterListIDs); reason != "" {
|
if reason := lookupMap.Match(layer.filterListIDs); reason != "" {
|
||||||
return endpoints.Denied, reason
|
return endpoints.Denied, reason
|
||||||
|
|
Loading…
Add table
Reference in a new issue