From 764c14e337a90dce3266bee39406e255a3c9874c Mon Sep 17 00:00:00 2001 From: Mayur Date: Thu, 6 Oct 2022 16:13:03 +0530 Subject: [PATCH] clean --- superset-frontend/src/SqlLab/components/SaveQuery/index.tsx | 2 -- .../src/SqlLab/components/TabbedSqlEditors/index.jsx | 2 -- superset-frontend/src/SqlLab/reducers/sqlLab.js | 1 - 3 files changed, 5 deletions(-) diff --git a/superset-frontend/src/SqlLab/components/SaveQuery/index.tsx b/superset-frontend/src/SqlLab/components/SaveQuery/index.tsx index 150b8a09b5b1..769b1b4606d4 100644 --- a/superset-frontend/src/SqlLab/components/SaveQuery/index.tsx +++ b/superset-frontend/src/SqlLab/components/SaveQuery/index.tsx @@ -125,8 +125,6 @@ export default function SaveQuery({ const close = () => setShowSave(false); const onSaveWrapper = () => { - console.log('save wrapper ', query, query.id, queryEditorId); - onSave(queryPayload(), query.id); close(); }; diff --git a/superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx b/superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx index 8883ab848eff..e25f179716ba 100644 --- a/superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx +++ b/superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx @@ -291,8 +291,6 @@ class TabbedSqlEditors extends React.PureComponent { } render() { - console.log('editors ', this.props.queryEditors); - const noQueryEditors = this.props.queryEditors?.length === 0; const editors = this.props.queryEditors?.map(qe => ( qe.id === clientId); - console.log('existing ', existing); return alterInArr( state, 'queryEditors',