Skip to content

Commit

Permalink
remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Jun 3, 2024
1 parent 4d7f945 commit b088be5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grpc/execution/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func validateAndUnmarshalSequencerTx(tx *sequencerblockv1alpha1.RollupData, brid
Gas: 0,
}

fmt.Printf("CUSTOM: Returning a deposit tx")
tx := types.NewTx(&txdata)
return tx, nil
} else {
Expand Down

0 comments on commit b088be5

Please sign in to comment.