Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarzzz committed Mar 28, 2022
1 parent e5c9cce commit 17debf7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/state_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ func applyTransactionWithResult(msg types.Message, config *params.ChainConfig, b
}

traceResult := FormatLogs(tracer.StructLogs())
returnVal := fmt.Sprintf("%x", traceResult)
fmt.Println(returnVal)

if err != nil {
return nil, nil, nil, err
Expand Down

0 comments on commit 17debf7

Please sign in to comment.