Skip to content

Commit 0edeb3b

Browse files
committed
fix: remove debug log
1 parent 79589c7 commit 0edeb3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

relayer/relay.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ func (r *Relayer) StartChainListeners(ctx context.Context, errCh chan error) {
151151
Height: chainRuntime.LastSavedHeight,
152152
Info: lastProcessedTxInfo,
153153
}
154-
fmt.Printf("\n Is this chain: %s enabled: %t\n", chainRuntime.Provider.NID(), chainRuntime.Provider.Config().Enabled())
155154
return chainRuntime.Provider.Listener(ctx, lastProcessedTx, chainRuntime.listenerChan)
156155
})
157156
}

0 commit comments

Comments
 (0)