From b69c0c58619962a69940276035a68d714755009b Mon Sep 17 00:00:00 2001 From: Seung Park Date: Tue, 25 Jun 2024 10:54:17 -0400 Subject: [PATCH] remove logs --- src/commands/src/shared/next-gen-parse.ts | 3 --- 1 file changed, 3 deletions(-) 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);