Skip to content

Commit

Permalink
Remove Scenario TODO, captured with #29
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Apr 3, 2023
1 parent 3aff6c4 commit fca9bdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/catalogs/index.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export async function getCatalog(level: string) {
if (!(level in catalogs)) {
throw new Error(`No catalog found for level ${level}`)
}
// TODO drop examples, they will be shown as scenarios
catalog.examples = {}
return prepareCatalog(catalog);
}

0 comments on commit fca9bdb

Please sign in to comment.