Skip to content

Commit 10d981c

Browse files
removed print statement
1 parent 889a97c commit 10d981c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ def parse(doc: Dict[str, Any]) -> str:
476476
if global_[name]["path"] is not "" :
477477
if global_[name]["class_definition"].endpoint is True:
478478
global_[name]["class_definition"].endpoint = False
479-
print(global_[name]["class_definition"].endpoint)
480479

481480
api_doc.add_supported_class(
482481
global_[name]["class_definition"],

0 commit comments

Comments
 (0)