remove debug message
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user