Less debug

This commit is contained in:
Scott Idem
2025-05-23 18:48:27 -04:00
parent f6426eb574
commit 6c496992aa

View File

@@ -103,7 +103,7 @@ async function handle_submit_form_files(event) {
async function handle_input_upload_files(input_upload_files, task_id) {
log_lvl = 2;
log_lvl = 0;
if (log_lvl) {
console.log(`*** handle_input_upload_files() *** task_id = ${task_id}`);
}