Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mjq committed Feb 15, 2024
1 parent 9d36622 commit 0330dd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build/resolveOpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export function apiCategories(): Promise<APICategory[]> {
}

async function apiCategoriesUncached(): Promise<APICategory[]> {
console.log('apiCategories');
const data = await resolveOpenAPI();

const categoryMap: {[name: string]: APICategory} = {};
Expand Down

0 comments on commit 0330dd6

Please sign in to comment.