Skip to content

Commit

Permalink
chore(core): remove leftover perf logs (#12988)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Nov 4, 2022
1 parent 6c6eff7 commit d27114c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nx/src/utils/lock-file/yarn.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ import {

describe('yarn LockFile utility', () => {
describe('classic', () => {
console.time('before');
const parsedLockFile = parseYarnLockFile(lockFile);
console.timeEnd('before');

it('should parse lockfile correctly', () => {
expect(parsedLockFile.lockFileMetadata).toBeUndefined();
Expand Down

1 comment on commit d27114c

@vercel
Copy link

@vercel vercel bot commented on d27114c Nov 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.