mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
remove console log
This commit is contained in:
@@ -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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user