We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d216208 commit 0781ae7Copy full SHA for 0781ae7
src/webviews/webview-side/vega-renderer/VegaRenderer.tsx
@@ -33,7 +33,6 @@ function useThemeColors(): ThemeColors {
33
34
useEffect(() => {
35
const observer = new MutationObserver(() => {
36
- console.log('Observed body change');
37
setThemeColors(getThemeColors());
38
});
39
0 commit comments