From: Art Cancro Date: Tue, 21 Nov 2023 14:41:18 +0000 (-0500) Subject: Removed temporary diagnostic output X-Git-Tag: v997~91 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=8825a208bb59b64ee1b055a8ff2a949b3f2974ce Removed temporary diagnostic output --- diff --git a/webcit-ng/static/js/upload.js b/webcit-ng/static/js/upload.js index 5ae027c8f..cc4c5fc2b 100644 --- a/webcit-ng/static/js/upload.js +++ b/webcit-ng/static/js/upload.js @@ -82,7 +82,6 @@ delete_upload = async(ref) => { ); if (response.ok) { // If the server accepted the delete, remove it from the screen - console.log("server deleted " + ref); var el = document.getElementById(ref); el.parentNode.removeChild(el); }