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

hugh pushed a commit to branch hugh/SO-1117-modal
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit e72d8820c94d298db004eb3ed3951cc2c29c9b25
Author: hughhhh <[email protected]>
AuthorDate: Tue Nov 17 19:10:07 2020 -0800

    💯
---
 superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx 
b/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
index 58e821a..3f6d96c 100644
--- a/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
+++ b/superset-frontend/src/SqlLab/components/SaveDatasetModal.tsx
@@ -53,7 +53,6 @@ export const SaveDatasetModal: FunctionComponent<> = 
({visible, onOk, onCancel,
   };
 
   const onRadioChange = e => {
-    console.log('radio checked', e.target.value);
     setRadioOptions(e.target.value)
   };
 

Reply via email to