Skip to content

Commit fb7a0c3

Browse files
committed
rm bson version
1 parent 9baf394 commit fb7a0c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/benchmarks/driverBench/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const systemInfo = () =>
2323
`- arch: ${os.arch()}`,
2424
`- os: ${process.platform} (${os.release()})`,
2525
`- ram: ${platform.ram}`,
26-
`- bson: ${require('bson/package.json').version}`,
2726
`- node: ${process.version}\n`
2827
].join('\n');
2928
console.log(systemInfo());

0 commit comments

Comments
 (0)