Skip to content

Commit

Permalink
remove log stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanBulmer committed Apr 10, 2023
1 parent f6f1327 commit 9bd84fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/express/api/v1/api-doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { OpenAPI } from "@codrjs/models";
import Config from "@codrjs/config";

const OpenAPIConfig = new OpenAPI();
console.log(Config.openapi);

const settings: OpenAPIV3_1.Document = {
openapi: "3.1.0",
Expand Down

0 comments on commit 9bd84fd

Please sign in to comment.