Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley committed Mar 25, 2024
1 parent acf69ee commit 42c6d51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web/app/components/header/toolbar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</h4>
<ol class="facets flex w-full items-center">
{{#each this.facets as |facet|}}
{{log "facet" facet}}
<li class="shrink-0">
<Header::FacetDropdown
data-test-facet={{facet.name}}
Expand Down
1 change: 0 additions & 1 deletion web/app/routes/authenticated/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export default class AuthenticatedResultsRoute extends Route {
]);

const typedDocResults = docResults as SearchResponse<HermesDocument>;

let typedProjectResults = projectResults as SearchResponse<HermesProject>;

if (docResults) {
Expand Down

0 comments on commit 42c6d51

Please sign in to comment.