Remove logging

This commit is contained in:
Matt Colyer
2013-12-18 11:36:26 -08:00
parent 1ce4f3c552
commit e974e61012

View File

@@ -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);
});
})();