From 00df825f2b8157c9637a9baffeb427615bf0e4db Mon Sep 17 00:00:00 2001 From: Jan Thijs <92784122+janthijs@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:09:33 +0100 Subject: [PATCH] fix: clean up code --- Jenkinsfile | 1 - scripts/release-notifications/release-notes.js | 5 ----- 2 files changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 43551039e7..9bf8eda2f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,6 @@ pipeline { } } - // ACCEPTANCE stage('Build BFF') { diff --git a/scripts/release-notifications/release-notes.js b/scripts/release-notifications/release-notes.js index e88834413e..5f8319322f 100644 --- a/scripts/release-notifications/release-notes.js +++ b/scripts/release-notifications/release-notes.js @@ -63,11 +63,6 @@ function getChangesSinceLastRelease() { if (!!match) { // each line is a commit message since the last release - // console.log(line); - // console.log('Ticket #', match[1]); - // console.log('Desc', match[4]); - // console.log('PR #', match[5]); - // console.log('Date', new Date(line.slice(-25))); return { ticket: match[1].trim().replace(' ', '-'),