Skip to content

Commit 744af14

Browse files
committed
cleanup
1 parent 50566de commit 744af14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ process.stdout.write("==========================================================
1010
// Check if we want to build the native code
1111
var build_native = process.env['npm_package_config_native'] != null ? process.env['npm_package_config_native'] : 'false';
1212
build_native = build_native == 'true' ? true : false;
13-
1413
// If we are building the native bson extension ensure we use gmake if available
1514
if(build_native) {
1615
// Check if we need to use gmake

0 commit comments

Comments
 (0)