Skip to content

Commit 96adc8f

Browse files
committed
chore: Remove console.log
1 parent 1ac2e4a commit 96adc8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/module-type-prebuild-install.ts

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ describe('prebuild-install', () => {
4141
forceBuildFromSource: true,
4242
});
4343
const prebuildInstall = new PrebuildInstall(rebuilder, modulePath);
44-
console.log(await prebuildInstall.getPrebuildInstallArgs('prebuild-install-path'))
4544
expect(
4645
await prebuildInstall.getPrebuildInstallArgs('prebuild-install-path')
4746
).to.include('--build-from-source');

0 commit comments

Comments
 (0)