hughhhh commented on code in PR #20338:
URL: https://github.com/apache/superset/pull/20338#discussion_r900307230


##########
superset-frontend/src/explore/store.js:
##########
@@ -45,14 +45,15 @@ export function getControlsState(state, inputFormData) {
     formData.viz_type || state.common.conf.DEFAULT_VIZ_TYPE || 'table';
 
   handleDeprecatedControls(formData);
-
+  console.log('this is state in get Controls state', state);
   const controlsState = getAllControlsState(
     vizType,
     state.datasource.type,
     state,
     formData,
   );
 
+  console.log('this is after form data', controlsState);

Review Comment:
   why do we have this log here, honestly think we should remove this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to