From 0edbb7188f4b22fbfcaadb2fd09310552718b22c Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 4 Mar 2022 10:02:52 +0800 Subject: [PATCH] fix issue --- web_src/js/features/cloudrbanin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web_src/js/features/cloudrbanin.js b/web_src/js/features/cloudrbanin.js index 2f5984b70..d069c6840 100644 --- a/web_src/js/features/cloudrbanin.js +++ b/web_src/js/features/cloudrbanin.js @@ -171,7 +171,6 @@ export default async function initCloudrain() { stopVersion(versionName,ID,repoPath) }) function getModelInfo(repoPath,modelName,versionName,jobName){ - console.log("getModelInfo") $.get(`${repoPath}/modelmanage/show_model_info_api?name=${modelName}`,(data)=>{ if(data.length===0){ $(`#${jobName}`).popup('toggle')