Skip to content

Commit

Permalink
Remove console.logs left from debug session
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitive committed Aug 3, 2021
1 parent f629fc8 commit b8d937a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ async function main() {
if (command.length === 1 && command[0] === "push") {
let helmExecuteResult: { exitCode?: number } = {}
try {
console.log("bundleChart")
await bundleChart(chartLocation, options)
console.log("helmExecute")
helmExecuteResult = await helmExecute([
"push",
chartLocation,
Expand Down

0 comments on commit b8d937a

Please sign in to comment.