Remove errant console

This commit is contained in:
mabashian 2019-03-05 11:29:18 -05:00
parent 0fc0106cc7
commit 5e37882267

View File

@ -139,7 +139,6 @@ function JobStatusGraph($window, adjustGraphSize, templateUrl, i18n, moment, gra
//On click, update with new data
$('.m').off('click').on("click", function(){
console.log('click');
job_type = this.getAttribute("id");
$('#type-dropdown-display')