remove console log

This commit is contained in:
Philip Weiss
2018-03-01 21:02:48 -08:00
parent faf0d78f3e
commit f111eaa543

View File

@@ -146,7 +146,6 @@ module.exports = function parseCommandLine (processArgs) {
const paths = contents.paths.map((curPath) =>
relativizeToAtomProject(curPath, path.dirname(path.join(executedFrom, atomProject))
))
console.log(paths)
pathsToOpen.push(path.dirname(atomProject))
projectSettings = { originPath, paths, config }
}