Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtbuilds committed Dec 19, 2023
1 parent dcaf90c commit a79e218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/extractor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ pub fn extract_operation_doc(operation: &oa::Operation, format: DocFormat) -> Op
}

pub fn extract_schema_docs(schema: &Schema) -> Option<Doc> {
dbg!(schema);
schema
.schema_data
.description
Expand Down

0 comments on commit a79e218

Please sign in to comment.