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

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit f2a2b45d2339710b1c8f89301eb38c334e07da5b
Author: Mukvin <boyboys...@163.com>
AuthorDate: Fri Aug 26 17:12:22 2022 +0800

    KYLIN-5241 fix import models
---
 .../studio/StudioModel/ModelList/ModelActions/modelActions.vue        | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelActions/modelActions.vue
 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelActions/modelActions.vue
index eb6e49cf8f..aefb347cf4 100644
--- 
a/kystudio/src/components/studio/StudioModel/ModelList/ModelActions/modelActions.vue
+++ 
b/kystudio/src/components/studio/StudioModel/ModelList/ModelActions/modelActions.vue
@@ -327,10 +327,6 @@ export default class ModelActions extends Vue {
     {value: 'TABLEAU_CONNECTOR_TDS', text: 'connectTableau'}
   ]
 
-  created () {
-    console.log(this.metadataActions)
-  }
-
   // 处理每行的构建按钮的 disable 状态
   disableLineBuildBtn (row) {
     if (row.model_type === 'STREAMING') {

Reply via email to