Skip to content

Commit

Permalink
Removed log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
saltgen committed Dec 16, 2024
1 parent 21a47e8 commit d96ab53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func TestMapQueryParameters(t *testing.T) {
}
}()
result, _ := MapQueryParameters(c)
t.Log(result, tt.qoutputs)
if reflect.DeepEqual(result, tt.qoutputs) != true {
t.Errorf("%s", tt.errmsg)
}
Expand Down

0 comments on commit d96ab53

Please sign in to comment.