Skip to content

Commit

Permalink
♻️ refactor(IPI2.3): remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalPrime committed May 31, 2024
1 parent 6aeac4c commit 81e2e42
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -601,8 +600,6 @@ function validateVisualJustifAndCompnsByStatusAndYear(statusId) {
$statusDescription.slideUp(400);
}

console.log("isDeliverableNew", isDeliverableNew);

// Show overlay in the expected year
showComponent(!isDeliverableNew, $yearOverlay, "overlay");

Expand All @@ -611,7 +608,6 @@ function validateVisualJustifAndCompnsByStatusAndYear(statusId) {

showComponent(isStatusExtended(statusId) && upKeepActive, $newExpectedYearBlock);
} else {
console.log("hasExpectedYear", hasExpectedYear);
if (isStatusOnGoing(statusId)) {
showComponent(false, $newExpectedYearBlock);
removeInformationOfNewExpectedYear();
Expand Down

0 comments on commit 81e2e42

Please sign in to comment.