From a9409834dffb6990a55ffd378c98a19278ce308c Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sat, 19 Mar 2016 20:37:56 +0000 Subject: [PATCH] Re-generate python client --- samples/client/petstore/python/swagger_client/rest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/client/petstore/python/swagger_client/rest.py b/samples/client/petstore/python/swagger_client/rest.py index fbba5178c03..352bb503ac5 100644 --- a/samples/client/petstore/python/swagger_client/rest.py +++ b/samples/client/petstore/python/swagger_client/rest.py @@ -133,7 +133,6 @@ class RESTClientObject(object): headers['Content-Type'] = 'application/json' try: - print(method) # For `POST`, `PUT`, `PATCH`, `OPTIONS`, `DELETE` if method in ['POST', 'PUT', 'PATCH', 'OPTIONS', 'DELETE']: if query_params: