Skip to content

Commit

Permalink
remove log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Aug 1, 2024
1 parent 9d41300 commit 9c29ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/directory/v3/importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ func (s *Importer) relationSetHandler(ctx context.Context, tx *bolt.Tx, req *dsc

rel := ds.Relation(req)
if err := rel.Validate(s.store.MC()); err != nil {
s.logger.Info().Str("msg", err.Error()).Msg("err")
return err
}

Expand Down

0 comments on commit 9c29ad8

Please sign in to comment.