remove debug message

This commit is contained in:
MCHost
2025-06-25 02:57:53 -04:00
parent 4c32ebae09
commit e5587b7769

View File

@ -622,7 +622,6 @@ document.addEventListener('DOMContentLoaded', () => {
} }
function updateSftpCacheUI(message) { function updateSftpCacheUI(message) {
console.log(message)
if (message.data?.hostname && message.data?.port && message.data?.user && message.data?.password) { 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. // 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 // The IP Address is sent from server side on page load, in theory, this should allow us to always allow