Skip to content

Commit

Permalink
chore: remove log line added for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Oct 28, 2024
1 parent 094733c commit de950b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flags/eigendaflags/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func ReadConfig(ctx *cli.Context) clients.EigenDAClientConfig {

// Helper to parse the flag value into config fields
func parseConfirmationFlag(val string) (waitForFinalization bool, confirmationDepth uint64) {
fmt.Println("val: ", val)
if val == "finalized" {
return true, 0
}
Expand Down

0 comments on commit de950b2

Please sign in to comment.