Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
sarasla committed Nov 5, 2023
1 parent bea7567 commit 5bb21b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/routes/(user)/people/[personId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
let name: string = data.person.name;
let suggestedPeople: PersonResponseDto[] = [];
$: albums = data.albums;
$: console.log('albums', albums);
/**
* Save the word used to search people name: for example,
Expand Down

0 comments on commit 5bb21b2

Please sign in to comment.