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;