Skip to content

Commit

Permalink
chore(core): remove leftover perf logs (#12988)
Browse files Browse the repository at this point in the history
(cherry picked from commit d27114c)
  • Loading branch information
meeroslav authored and FrozenPandaz committed Nov 4, 2022
1 parent 59a026c commit 59a0cec
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
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

0 comments on commit 59a0cec

Please sign in to comment.