Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Sep 21, 2023
1 parent 68a3054 commit dd262c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default class Yarn {
const port = this.config.scopedEnvVar('NETWORK_MUTEX_PORT')
const optionalPort = port ? `:${port}` : ''
const mutex = this.config.scopedEnvVar('USE_NETWORK_MUTEX') ? `network${optionalPort}` : `file:${path.join(cwd, 'yarn.lock')}`
console.log('mutex', mutex);
const cacheDir = path.join(this.config.cacheDir, 'yarn')
args = [
...args,
Expand Down

0 comments on commit dd262c8

Please sign in to comment.