mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove logging
This commit is contained in:
@@ -36,7 +36,6 @@ cp.safeExec.bind(global, 'node script/bootstrap', function(error) {
|
||||
cp.safeExec.bind(global, gruntPath + ' ci --stack --no-color'),
|
||||
cp.safeExec.bind(global, 'node_modules/.bin/coffee script/upload-release')
|
||||
], function(error) {
|
||||
console.log(error);
|
||||
process.exit(error ? 1 : 0);
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user