Less logging

This commit is contained in:
Mashintime 2023-07-30 10:46:02 -04:00
parent d293d424dc
commit 321e241ddd

View file

@ -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 == "" ||