Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Mar 19, 2024
1 parent 6364e4f commit 3de2c4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/projects/Browser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
$: items = res.results;
export async function load(filter: FilterKey, cursor?: string) {
console.log("Loading: %s", filter);
loading = true;
try {
user = await getMe();
Expand Down

0 comments on commit 3de2c4c

Please sign in to comment.