Skip to content

Commit

Permalink
reduce verbosity of get entitlement data fetch call (#1569)
Browse files Browse the repository at this point in the history
if this didn’t error do we need to know the fetch succeeded?
  • Loading branch information
texuf authored Nov 19, 2024
1 parent 7ee82fd commit c8812ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/auth/space_contract_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func (sc *SpaceContractV3) GetSpaceEntitlementsForPermission(
&bind.CallOpts{Context: ctx},
permission.String(),
)
log.Info(
log.Debug(
"Got entitlement data",
"err",
err,
Expand Down

0 comments on commit c8812ef

Please sign in to comment.