* Remove debug codes.

This commit is contained in:
daitingting
2022-10-18 07:44:12 +00:00
parent 60891c37bb
commit 9cfdad38f4
-2
View File
@@ -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();