From 55d890ff6c5755def1966556b85e96837671bf02 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Mon, 27 Jul 2020 15:33:34 +0200 Subject: [PATCH] remove tracing --- toolbox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/toolbox.js b/toolbox.js index ca102f7..7ecb2a2 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()) -- GitLab