From 81e2e4266e39ad51aec3a9c41a1eab5f63fa52f8 Mon Sep 17 00:00:00 2001 From: JhonSGIzquierdo Date: Fri, 31 May 2024 11:27:53 -0500 Subject: [PATCH] :recycle: refactor(IPI2.3): remove console --- .../webapp/crp/js/projects/deliverables/deliverableInfo.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/marlo-web/src/main/webapp/crp/js/projects/deliverables/deliverableInfo.js b/marlo-web/src/main/webapp/crp/js/projects/deliverables/deliverableInfo.js index cb243a3a7b..81341a3800 100644 --- a/marlo-web/src/main/webapp/crp/js/projects/deliverables/deliverableInfo.js +++ b/marlo-web/src/main/webapp/crp/js/projects/deliverables/deliverableInfo.js @@ -322,7 +322,6 @@ function validatePermissionsToChangeStatus() { }, success: function(data) { var canChangeStatus = data.canDelete.response; - console.log('canChangeStatus:', canChangeStatus); resolve(canChangeStatus); }, error: function(xhr, status, error) { @@ -601,8 +600,6 @@ function validateVisualJustifAndCompnsByStatusAndYear(statusId) { $statusDescription.slideUp(400); } - console.log("isDeliverableNew", isDeliverableNew); - // Show overlay in the expected year showComponent(!isDeliverableNew, $yearOverlay, "overlay"); @@ -611,7 +608,6 @@ function validateVisualJustifAndCompnsByStatusAndYear(statusId) { showComponent(isStatusExtended(statusId) && upKeepActive, $newExpectedYearBlock); } else { - console.log("hasExpectedYear", hasExpectedYear); if (isStatusOnGoing(statusId)) { showComponent(false, $newExpectedYearBlock); removeInformationOfNewExpectedYear();