This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch template_less_preset_theme_editor
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 3d90ab4991ee7861b12fcc8ceb0f346188be8fc7
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Apr 1 13:59:19 2025 -0700

    remove console.log
---
 superset-frontend/packages/superset-ui-core/src/theme/GlobalStyles.tsx | 1 -
 superset-frontend/src/components/ThemeEditor/index.tsx                 | 1 -
 2 files changed, 2 deletions(-)

diff --git 
a/superset-frontend/packages/superset-ui-core/src/theme/GlobalStyles.tsx 
b/superset-frontend/packages/superset-ui-core/src/theme/GlobalStyles.tsx
index 36f978ac24..6eb6d521b8 100644
--- a/superset-frontend/packages/superset-ui-core/src/theme/GlobalStyles.tsx
+++ b/superset-frontend/packages/superset-ui-core/src/theme/GlobalStyles.tsx
@@ -20,7 +20,6 @@ import { css, useTheme, Global } from '@emotion/react';
 
 export const GlobalStyles = () => {
   const theme = useTheme();
-  console.log('YOYO2', theme.colorLink);
   return (
     <Global
       key={`global-${theme.colorLink}`}
diff --git a/superset-frontend/src/components/ThemeEditor/index.tsx 
b/superset-frontend/src/components/ThemeEditor/index.tsx
index 04251fdb70..c7b881066b 100644
--- a/superset-frontend/src/components/ThemeEditor/index.tsx
+++ b/superset-frontend/src/components/ThemeEditor/index.tsx
@@ -230,7 +230,6 @@ export default function ThemeEditor() {
   const applyTheme = () => {
     try {
       const antdTheme = getMergedTheme();
-      console.log('ANTD', antdTheme);
       themeObject.setConfig(antdTheme);
       setIsModalOpen(false);
     } catch (e) {

Reply via email to