Skip to content

Commit cfddf1b

Browse files
committed
refactor: remove dead local catalog wiring (catalog now served by katalog) #516
1 parent acef99e commit cfddf1b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

api/src/services.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export default async function () {
6363
app.logger.error(error.message)
6464
}
6565

66-
// Create app services
67-
6866
// Service to store user features first as catalog layers use it
6967
const featuresService = await createFeaturesService.call(app, { collection: 'features' })
7068
await app.configureService('features', featuresService, servicesPath)

0 commit comments

Comments
 (0)