Skip to content

Commit

Permalink
cleanup remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cssuh committed Dec 12, 2024
1 parent b4fb0e3 commit c6ebff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/reactviews/pages/QueryResult/queryResultPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ export const QueryResultPane = () => {
gridCount: number,
) => {
const divId = `grid-parent-${batchId}-${resultId}`;
console.log("fontSize: ", metadata.fontSettings.fontSize);
console.log("fontFamily: ", metadata.fontSettings.fontFamily);
return (
<div
id={divId}
Expand Down

0 comments on commit c6ebff4

Please sign in to comment.