Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-12-16 01:19:36 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-12-16 01:19:36 +0400
commitde5ba2db25600037af1221cbbf17392847d8b294 (patch)
treeaa8053463d6ed25d5dbdb53203eb1b14c1f97108 /tools
parent2240486d3d470491ce168bf8acb53bf3066ffffc (diff)
Don't print args from gyp_node
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gyp_node1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gyp_node b/tools/gyp_node
index 07da2ee4531..0bc51b7dd8c 100755
--- a/tools/gyp_node
+++ b/tools/gyp_node
@@ -56,5 +56,4 @@ if __name__ == '__main__':
args.append('-Dcomponent=static_library')
args.append('-Dlibrary=static_library')
gyp_args = list(args)
- print gyp_args
run_gyp(gyp_args)