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);