Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkrishnan committed Jul 9, 2024
1 parent e042cd7 commit c2b3ac0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checkout
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async function remoteService () {
"@sap-cloud-sdk/resilience",
"@sap-cloud-sdk/util"
]
console.info("Preparing Incidents-app with Remote Service")
return await run(`npm add ${deps.join(" ")}`)
}

Expand All @@ -53,7 +52,6 @@ async function messaging () {
"@sap-cloud-sdk/util",
"@sap/xb-msg-amqp-v100"
]
console.info("Preparing Incidents-app with Messaging")
return await run(`npm add ${deps.join(" ")}`)
}

Expand Down

0 comments on commit c2b3ac0

Please sign in to comment.