From 29fe26ad48748092133d22ec9a482256d455e699 Mon Sep 17 00:00:00 2001 From: Augustus Chang Date: Thu, 7 Mar 2024 19:23:54 -0500 Subject: [PATCH] log --- relayer/pkg/chainlink/txm/txm.go | 1 - 1 file changed, 1 deletion(-) diff --git a/relayer/pkg/chainlink/txm/txm.go b/relayer/pkg/chainlink/txm/txm.go index 471d1b0c0..2796e10e7 100644 --- a/relayer/pkg/chainlink/txm/txm.go +++ b/relayer/pkg/chainlink/txm/txm.go @@ -486,7 +486,6 @@ func (txm *starktxm) Enqueue(accountAddress, publicKey *felt.Felt, tx starknetrp // use the embedded Loopp Keystore to do this; the spec and design // encourage passing nil data to the loop.Keystore.Sign as way to test // existence of a key - txm.lggr.Debugw("We have public key", publicKey) if _, err := txm.ks.Loopp().Sign(context.Background(), publicKey.String(), nil); err != nil { return fmt.Errorf("enqueue: failed to sign: %+w", err) }