Skip to content

Commit

Permalink
removed log parts
Browse files Browse the repository at this point in the history
Signed-off-by: Hossein Rouhani <h_rouhani@hotmail.com>
  • Loading branch information
HRouhani committed Sep 19, 2024
1 parent 7f0e524 commit 0df4126
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions providers/ms365/resources/conditional-access.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package resources

import (
"context"
"log"

"github.com/microsoftgraph/msgraph-sdk-go/models"
"go.mondoo.com/cnquery/v11/llx"
Expand Down Expand Up @@ -51,7 +50,6 @@ func (a *mqlMicrosoftConditionalAccess) namedLocations() ([]interface{}, error)
}

if len(locationDetails) == 0 {
log.Println("No named locations are defined.")
return nil, nil
}

Expand Down

0 comments on commit 0df4126

Please sign in to comment.