From: Peter Amstutz Date: Wed, 3 Jul 2019 13:29:44 +0000 (-0400) Subject: 14812: Remove commented debug line X-Git-Tag: 2.0.0~272^2~13 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/def17dde1e878bd60911fd991c6a1b406ea2e89f 14812: Remove commented debug line Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/apps/workbench/app/views/jobs/_show_log.html.erb b/apps/workbench/app/views/jobs/_show_log.html.erb index 237259fc1c..10b7fa1c4e 100644 --- a/apps/workbench/app/views/jobs/_show_log.html.erb +++ b/apps/workbench/app/views/jobs/_show_log.html.erb @@ -80,7 +80,6 @@ var makeFilter = function() { load_log(); function load_log() { - //console.log("fetching "+logcollection_url+" with "+ajax_opts); $.ajax(logcollection_url, ajax_opts).done(done).fail(fail); } function done(data, status, jqxhr) {