Manweill / swagger-axios-codegen

swagger client to use axios and typescript
MIT License
306 stars 83 forks source link

Unnecessary `console.log` #27

Closed arkraft closed 5 years ago

arkraft commented 5 years ago

There is a console.log which is not needed and writes some data which just confused me when i used it the first time.

https://github.com/Manweill/swagger-axios-codegen/blob/0a3703f7b3b151bd509adba41ca0246e5becf052/src/requestCodegen/index.ts#L57

Manweill commented 5 years ago

@arkraft removed