Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions sveltekit/src/routes/+page.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export async function load() {
sort: '-publish_date'
});
} catch (err) {
console.error("AKAARN")
// console.log(err);
throw error(404, 'Not found');
}

Expand Down