Skip to content

Commit

Permalink
Remove console.log line
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan4413 committed Oct 29, 2024
1 parent 8b1d397 commit 2f29a0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export function ConfigEditor(props: ConfigEditorProps) {
],
});
}, [monaco]);
console.log("Errors", errorCount);
return (
<div className="h-screen w-screen bg-gray-500 bg-opacity-50 dark:bg-opacity-70 backdrop-blur p-4 ">
<div className="flex flex-col gap-2 h-full shadow-md p-2 rounded-lg bg-gray-50 bg-opacity-20">
Expand Down

0 comments on commit 2f29a0b

Please sign in to comment.