Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark committed Jun 25, 2024
1 parent 0c49328 commit 9208c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ export abstract class JobHandler {

let buildStepOutput: CliCommandResponse;

this._logger.save(job._id, `calling nextgenparse with env flag ${process.env['SNOOTY_PARSER_VERSION']}`);
const parseFunc = async () => nextGenParse({ job, patchId });
buildStepOutput = await this.wrapWithBenchmarks(parseFunc, 'parseExe');
this.logger.save(job._id, 'Repo Parsing Complete');
Expand Down

0 comments on commit 9208c8e

Please sign in to comment.