* Delete the unused code.

This commit is contained in:
hufangzhou
2021-09-08 14:14:09 +08:00
parent bf5242da87
commit 7e66fb46e9
-1
View File
@@ -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;