From 64aae84f12a206f2f6afb6bbeb301b1ddb1ea7f6 Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Fri, 15 Jul 2022 12:33:50 +0800 Subject: [PATCH] fix issue --- web_src/js/features/cloudrbanin.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/web_src/js/features/cloudrbanin.js b/web_src/js/features/cloudrbanin.js index 89c660495..15cb47e97 100644 --- a/web_src/js/features/cloudrbanin.js +++ b/web_src/js/features/cloudrbanin.js @@ -216,7 +216,6 @@ export default async function initCloudrain() { }, onApprove: function () { if (!versionName) { - console.log("-----"); document.getElementById(delId).submit(); } else { deleteVersion(versionName, repoPath); @@ -251,9 +250,7 @@ export default async function initCloudrain() { $(".ui.basic.ai_delete").click(function () { const repoPath = this.dataset.repopath; const versionName = this.dataset.version; - console.log("----this", this, this.dataset.version); if (repoPath && versionName) { - console.log("----this", this); assertDelete(this, versionName, repoPath); } else { assertDelete(this);