Skip to content

Commit

Permalink
remove debug statements (#102546)
Browse files Browse the repository at this point in the history
  • Loading branch information
it-harrison authored Feb 5, 2025
1 parent e5c0e85 commit a08bd5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/github-actions/gov-team/create-cc-completed-ticket.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,13 @@ function getTouchpoint() {

// generate the title of the "created" ticket
function getTitleInfo(body, title, labels) {
console.log('in getTitleInfo...')
return checkIfDSTStagingReview(labels)
? getDSTTitle(title)
: getVFSTitle(body);
}

// get the title of the created ticket if the cc ticket is for a VFS review
function getVFSTitle(body) {
console.log('in getVFSTitle...');
let title = `Completed: ${getTouchpoint()}`;
if (checkIfTicketValid(body)) {
const { teamName, productName, featureName } = parse(body);
Expand Down

0 comments on commit a08bd5d

Please sign in to comment.