From 7e66fb46e9f43f67b1463f97cf4a0c18e8fa7a10 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 8 Sep 2021 14:14:09 +0800 Subject: [PATCH] * Delete the unused code. --- module/product/js/kanban.js | 1 - 1 file changed, 1 deletion(-) diff --git a/module/product/js/kanban.js b/module/product/js/kanban.js index 88c8514177..10296bc78c 100644 --- a/module/product/js/kanban.js +++ b/module/product/js/kanban.js @@ -71,7 +71,6 @@ function processKanbanData(key, programsData) var productExecutions = classicExecution[productID]; if(productExecutions) { - console.log(productExecutions); $.each(productExecutions, function(executionID, execution) { if(!execution || !execution.id) return;