From 9cfdad38f4e9958cbd77282b70e2ade32770fc62 Mon Sep 17 00:00:00 2001 From: daitingting Date: Tue, 18 Oct 2022 07:44:12 +0000 Subject: [PATCH] * Remove debug codes. --- module/bug/js/common.js | 2 -- 1 file changed, 2 deletions(-) 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();