Mercurial > hg > ugly-duckling
changeset 327:fab49fd10f35
Remove more accidentally left in logic from debugging.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 16 May 2017 17:20:16 +0100 |
parents | e401995304a7 |
children | 676c4d6d35f7 |
files | src/app/services/feature-extraction/FeatureExtractionWorker.ts |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/app/services/feature-extraction/FeatureExtractionWorker.ts Tue May 16 17:16:12 2017 +0100 +++ b/src/app/services/feature-extraction/FeatureExtractionWorker.ts Tue May 16 17:20:16 2017 +0100 @@ -152,9 +152,7 @@ const importThunks = Object.keys(available).map(libraryKey => { return () => { this.remoteLibraries.set(libraryKey, available[libraryKey]); - return this.import(libraryKey).then(key => { - return key; - }); + return this.import(libraryKey); }; }); waterfall(importThunks).then(() => {