From 48bc47ae9a08c711abd2431e315f416227b072bd Mon Sep 17 00:00:00 2001 From: Taylor Date: Thu, 28 Apr 2022 09:04:13 -0400 Subject: [PATCH] fix(db-explore): make to remove console.log --- .../src/views/CRUD/data/database/DatabaseModal/index.tsx | 1 - 1 file changed, 1 deletion(-) 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 || ''),