From e5587b77693cabb621c898a0359c294438a04559 Mon Sep 17 00:00:00 2001 From: MCHost Date: Wed, 25 Jun 2025 02:57:53 -0400 Subject: [PATCH] remove debug message --- public/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/app.js b/public/js/app.js index ec457c3..b38e457 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -622,7 +622,6 @@ document.addEventListener('DOMContentLoaded', () => { } function updateSftpCacheUI(message) { - console.log(message) if (message.data?.hostname && message.data?.port && message.data?.user && message.data?.password) { // For testing, this is currently configured to be internally networked to port 22 for the given container. // The IP Address is sent from server side on page load, in theory, this should allow us to always allow