Fix: No more credentials logged

This commit is contained in:
vorotamoroz
2026-03-03 13:34:18 +00:00
parent d8bc2806e0
commit 7ff9c666ce

View File

@@ -206,7 +206,7 @@ export async function adjustSettingToRemoteIfNeeded(
} else {
log("Remote configuration not applied.", LOG_LEVEL_NOTICE);
}
log(JSON.stringify(config), LOG_LEVEL_VERBOSE);
// log(JSON.stringify(config), LOG_LEVEL_VERBOSE);
}
/**