Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit 0b6bf44

Browse files
committed
Revert "fix: print information during postinstall hook"
This reverts commit cf0984d.
1 parent 1cef636 commit 0b6bf44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

npm/get-binary.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const getBinary = () => {
2020
const platform = binPathForCurrentPlatform()
2121
const url = `https://github.com/typescript-tools/rust-implementation/releases/download/v${version}/typescript-tools-${platform}.tar.gz`
2222
const binaryName = 'monorepo'
23-
console.log('Binary url', url)
2423
return new Binary(binaryName, url)
2524
}
2625

0 commit comments

Comments
 (0)