This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch so-1119
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/so-1119 by this push:
new 2fa8214 remove console.lg
2fa8214 is described below
commit 2fa821443c2b5f08b5ca60d3767f55c606af8fb3
Author: hughhhh <[email protected]>
AuthorDate: Tue Nov 24 18:32:11 2020 -0800
remove console.lg
---
superset-frontend/src/datasource/ChangeDatasourceModal.tsx | 1 -
1 file changed, 1 deletion(-)
diff --git a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
index 0c8005b..e8a0576 100644
--- a/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
+++ b/superset-frontend/src/datasource/ChangeDatasourceModal.tsx
@@ -67,7 +67,6 @@ const ChangeDatasourceModal:
FunctionComponent<ChangeDatasourceModalProps> = ({
useEffect(() => {
const selectDatasource = (datasource: any) => {
- console.log(datasource);
SupersetClient.get({
endpoint: `/datasource/get/table/${datasource.id}`,
})