Skip to content

Commit

Permalink
Remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Oct 17, 2024
1 parent 30a52ca commit c060a0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utoipa-gen/tests/openapi_derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ fn derive_openapi_with_licence() {

let value = serde_json::to_value(ApiDoc::openapi()).unwrap();
let info = value.pointer("/info/license");
dbg!(&info);

assert_json_include!(
actual: info,
Expand Down

0 comments on commit c060a0c

Please sign in to comment.