core: remove debug print

This commit is contained in:
Felix Lange 2024-12-02 13:33:57 +01:00 committed by lightclient
parent a1c1860cb9
commit 23baaeee6b
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -472,8 +472,7 @@ func (st *stateTransition) execute() (*ExecutionResult, error) {
if msg.AuthList != nil {
for _, auth := range msg.AuthList {
// Note errors are ignored, we simply skip invalid authorizations here.
err := st.applyAuthorization(msg, &auth)
fmt.Println("err:", err)
st.applyAuthorization(msg, &auth)
}
}