Skip to content

Commit

Permalink
chore: dropping junk line
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Feb 24, 2023
1 parent df07377 commit 6badb96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/fork/fork.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ var ForkCmd = &cobra.Command{
TODO
`,
RunE: func(cmd *cobra.Command, args []string) error {
log.Info().Msg("Hi there")
log.Info().Str("rpc", rpcURL).Str("blockHash", blockHash.String()).Msg("Starting Analysis")
c, err := ethclient.Dial(rpcURL)
if err != nil {
Expand Down

0 comments on commit 6badb96

Please sign in to comment.