Skip to content

Commit

Permalink
removed unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
APshenkin committed Nov 11, 2023
1 parent 234016f commit facebb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/internal/binding/binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ func (b *Bindings) AddEnumToGenerateTS(e interface{}) {
// enums should be represented as array of all possible values
if hasElements(enumType) {
enum := enumType.Elem()
println(enum.Kind())
// simple enum represented by struct with Value/TSName fields
if enum.Kind() == reflect.Struct {
_, tsNamePresented := enum.FieldByName("TSName")
Expand Down

0 comments on commit facebb2

Please sign in to comment.