diff --git a/gui/preload-chat.js b/gui/preload-chat.js index a04ea3a8..9ab81281 100644 --- a/gui/preload-chat.js +++ b/gui/preload-chat.js @@ -2272,7 +2272,8 @@ async function updateAllChat(clear) { function getSetUserSharedFolder(selected_callsign) { // TODO: This is a dirty hotfix for avoiding, this function is canceld too fast. - console.log("get set user information:" + selected_callsign); + //Should be fixed + //console.log("get set user information:" + selected_callsign); if ( selected_callsign == "" || @@ -2408,7 +2409,7 @@ function getSetUserSharedFolder(selected_callsign) { function getSetUserInformation(selected_callsign) { //Get user information - console.log("get set user information:" + selected_callsign); + //console.log("get set user information:" + selected_callsign); if ( selected_callsign == "" ||