good morning!!!!

Skip to content
Snippets Groups Projects
Commit 15b162b4 authored by atvanguard's avatar atvanguard
Browse files

Remove unwanted log

parent 14ffde83
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment