diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx index 5d064584787cd..12334a1b090a1 100644 --- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx +++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx @@ -312,7 +312,6 @@ function dbReducer( }; case ActionType.fetched: // convert all the keys in this payload into strings - console.log('action.payload--->>>', action.payload); if (action.payload.extra) { extra_json = { ...JSON.parse(action.payload.extra || ''),