Skip to content

Commit

Permalink
🎨 - refactor: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaohs committed Nov 27, 2024
1 parent 5662505 commit d3c08db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const destructionListReviewLoader = loginRequired(
const reviewItemsWithZaak = reviewItems
? (reviewItems.filter((item) => !!item.zaak) as ReviewItemWithZaak[])
: reviewItems;
console.log({ reviewResponse, zaken, objParams });

return {
storageKey,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export function DestructionListReviewPage() {
const zakenResults = paginatedZaken.results
.map((zaak) => zaak.zaak)
.filter((zaak) => zaak !== null) as Zaak[];
console.log(zakenResults);

const user = useWhoAmI();

Expand Down

0 comments on commit d3c08db

Please sign in to comment.