Skip to content

Commit

Permalink
fix(NA): remove extra log declaration from parallel.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored Aug 30, 2023
1 parent bfe0188 commit d790522
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,6 @@ export const cli = () => {
_.pull(fleetServerPorts, fleetServerPort);
};

const log = new ToolingLog({
level: 'info',
writeTo: process.stdout,
});

await pMap(
files,
async (filePath) => {
Expand Down

0 comments on commit d790522

Please sign in to comment.