mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Remove commented out logging
This commit is contained in:
@@ -195,7 +195,6 @@ class Project
|
||||
command = require.resolve 'nak'
|
||||
args = ['--ackmate', regex.source, @getPath()]
|
||||
args.unshift("--addVCSIgnores") if config.get('nak.addVCSIgnores')
|
||||
#console.log(args)
|
||||
new BufferedProcess({command, args, stdout, exit})
|
||||
deferred
|
||||
|
||||
|
||||
Reference in New Issue
Block a user