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 3de2c4c commit db1418d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/app/sidebar/projects/ProjectList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
}
async function getPinnedList() {
console.log("getPinnedList");
const pinned = (await getProjects(user.id)).filter(
(project) => project.pinned,
);
Expand Down

0 comments on commit db1418d

Please sign in to comment.