mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-03 02:23:48 +00:00
Remove unwanted log
This commit is contained in:
parent
14ffde834c
commit
15b162b450
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ func normalize(ctx []interface{}) []interface{} {
|
|||
// that things are the right length and users can fix bugs
|
||||
// when they see the output looks wrong
|
||||
if len(ctx)%2 != 0 {
|
||||
ctx = append(ctx, nil, errorKey, "Normalized odd number of arguments by adding nil")
|
||||
ctx = append(ctx, nil)
|
||||
}
|
||||
|
||||
return ctx
|
||||
|
|
|
|||
Loading…
Reference in a new issue