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

msyavuz pushed a commit to branch msyavuz/chore/unsaved-changes-new-charts
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to 
refs/heads/msyavuz/chore/unsaved-changes-new-charts by this push:
     new acbc80c3a6c chore: remove logging
acbc80c3a6c is described below

commit acbc80c3a6cbfa7fd23bf95a1406f370d1fd87e3
Author: Mehmet Salih Yavuz <[email protected]>
AuthorDate: Fri Feb 6 00:40:27 2026 +0300

    chore: remove logging
---
 .../src/explore/components/ExploreChartHeader/index.jsx            | 7 -------
 1 file changed, 7 deletions(-)

diff --git 
a/superset-frontend/src/explore/components/ExploreChartHeader/index.jsx 
b/superset-frontend/src/explore/components/ExploreChartHeader/index.jsx
index 21ee14b4b15..a350c2fcdd5 100644
--- a/superset-frontend/src/explore/components/ExploreChartHeader/index.jsx
+++ b/superset-frontend/src/explore/components/ExploreChartHeader/index.jsx
@@ -220,13 +220,6 @@ export const ExploreChartHeader = ({
     [originalFormData, currentFormData],
   );
 
-  useEffect(() => {
-    console.log('slice:', slice);
-    console.log('sliceFormData:', sliceFormData);
-    console.log('formDiffs:', formDiffs);
-    console.log('hasUnsavedChanges:', Object.keys(formDiffs).length > 0);
-  }, [slice, sliceFormData, formDiffs]);
-
   const hasUnsavedChanges = Object.keys(formDiffs).length > 0;
 
   const {

Reply via email to