From 729227159d45925051ed08863ae7ae11262a4148 Mon Sep 17 00:00:00 2001 From: Tyler Kellen Date: Wed, 26 Nov 2014 13:30:16 -0500 Subject: [PATCH] remove erroneous comment --- fetch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/fetch.js b/fetch.js index 512256d..e37dd63 100644 --- a/fetch.js +++ b/fetch.js @@ -2,7 +2,6 @@ const fs = require('fs'); const path = require('path'); const exec = require('child_process').exec; -// this is from the env of npm, not node const nodePath = process.execPath; const version = process.versions.v8; const tmpfile = path.join(__dirname, version+'.flags.json');