diff --git a/toolbox.js b/toolbox.js index ca102f78b298a96898b4905d4ce080d9e0a2e8bd..7ecb2a263211b1950b4e90df5be15c929d37ac5f 100644 --- a/toolbox.js +++ b/toolbox.js @@ -135,7 +135,6 @@ function jobFormatter(job, hosts, callback) { job.status == "cancelling" ? "disabled" : ""}>Cancel`; } - console.log(job, view); // Return a formatted HTML string of the job to insert into the page. fetch(`http://${domain}:${webPort}/templates/job.mustache`) .then((response) => response.text())