mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Remove logging
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user