remove some unused code (#8641)

This commit is contained in:
Anthony Dresser
2019-12-11 20:06:40 -08:00
committed by GitHub
parent 585c18ef4d
commit 82974a2135
2 changed files with 1 additions and 80 deletions

View File

@@ -590,7 +590,7 @@ if (require.main === module) {
console.log('Reading git index versions...');
createGitIndexVinyls(some)
.then(vinyls => new Promise((c, e) => hygiene(es.readArray(vinyls).pipe(filter(all))) // {{SQL CARBON EDIT}} filter committed files
.then(vinyls => new Promise((c, e) => hygiene(es.readArray(vinyls))
.on('end', () => c())
.on('error', e)))
.catch(err => {