Remove logging

This commit is contained in:
Kevin Sawicki
2014-11-18 13:14:49 -08:00
parent 3aac342c21
commit 64612d4734

View File

@@ -81,8 +81,6 @@ updatePath = (callback) ->
return callback() unless segments.indexOf(binFolder) is -1
segments.push(binFolder)
console.log 'updating'
console.log segments.join(';')
args = ['add', environmentKeyPath, '/v', 'Path', '/d', segments.join(';'), '/f']
spawnReg(args, callback)