Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Jun 25, 2024
1 parent 9208c8e commit b69c0c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/commands/src/shared/next-gen-parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export async function nextGenParse({ job, patchId, isProd }: NextGenParseParams)
commandArgs.push('--patch');
commandArgs.push(patchId);
}
// log rstspect flag here
// log branch name here
console.log(`check rstspect_flag ${RSTSPEC_FLAG}`);

commandArgs.push(RSTSPEC_FLAG);

Expand Down

0 comments on commit b69c0c5

Please sign in to comment.