diff --git a/module/bug/js/common.js b/module/bug/js/common.js index 1e950e139e..7ca6708083 100644 --- a/module/bug/js/common.js +++ b/module/bug/js/common.js @@ -327,8 +327,6 @@ function loadProductExecutions(productID, projectID = 0) branch = $('#branch').val(); if(typeof(branch) == 'undefined') branch = 0; - console.log(projectID); - console.log(projectExecutionPairs); if(projectExecutionPairs[projectID] !== undefined) { $('#executionIdBox').parents('.executionBox').hide();