Remove commented out logging

This commit is contained in:
Kevin Sawicki
2013-03-28 22:29:05 -04:00
parent 44cd588bf9
commit 95218ca9f5

View File

@@ -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