Skip to content

Commit 00235ed

Browse files
authored
chore: Remove console.log
1 parent 63aef81 commit 00235ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/module-type-prebuild-install.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ describe('prebuild-install', () => {
4848
forceBuildFromSource: true,
4949
});
5050
const prebuildInstall = new PrebuildInstall(rebuilder, modulePath);
51-
console.log(await prebuildInstall.getPrebuildInstallArgs('prebuild-install-path'))
5251
expect(
5352
await prebuildInstall.getPrebuildInstallArgs('prebuild-install-path')
5453
).to.include('--build-from-source');

0 commit comments

Comments
 (0)