diff --git a/src/commands/src/shared/next-gen-parse.ts b/src/commands/src/shared/next-gen-parse.ts index 1d91a0823..f542bc4e1 100644 --- a/src/commands/src/shared/next-gen-parse.ts +++ b/src/commands/src/shared/next-gen-parse.ts @@ -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);