From 89df89b5fbc7e62383a1bea34750e9689482b448 Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Tue, 2 Feb 2021 21:13:51 +0100 Subject: [NO TESTS NEEDED] fixup: remove debug code Signed-off-by: Matej Vasek --- pkg/bindings/pods/types_exists_options.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkg/bindings/pods/types_exists_options.go') diff --git a/pkg/bindings/pods/types_exists_options.go b/pkg/bindings/pods/types_exists_options.go index 28e90e398..6149ab1cc 100644 --- a/pkg/bindings/pods/types_exists_options.go +++ b/pkg/bindings/pods/types_exists_options.go @@ -1,7 +1,6 @@ package pods import ( - "fmt" "net/url" "reflect" "strings" @@ -69,8 +68,6 @@ func (o *ExistsOptions) ToParams() (url.Values, error) { } params.Set(fieldName, s) - default: - panic(fmt.Sprintf("don't known how to handle %s", f.Type().String())) } } -- cgit v1.2.3-54-g00ecf