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 18, 2024
1 parent cb6be27 commit bd8f4da
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 bd8f4da

Please sign in to comment.