Skip to content

Commit cf1d320

Browse files
chore: remove console.log statements from SearchBar and mdxast (#6679)
1 parent 5e4e88d commit cf1d320

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/Search/SearchBar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ function useAlgoliaSearch(query: string, open: boolean) {
4343
}
4444
}, [query, open]);
4545

46-
console.log(results);
4746
return results;
4847
}
4948

src/util/mdxast.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export function renderMdxTable(table: TableType) {
129129
}
130130

131131
case 'PullRequestAttributesTable': {
132-
console.log(onlyHighlightedOptions);
133132
const attributes =
134133
onlyHighlightedOptions as keyof typeof configSchema.$defs.PullRequestAttributes.properties;
135134
return <PullRequestAttributesTable staticAttributes={attributes} />;

0 commit comments

Comments
 (0)