Skip to content

Commit 05ac8e7

Browse files
committed
restore dev only error printing
1 parent 583a723 commit 05ac8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/planets/[planet]/+page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function getDynamicImport(planet : Planet, isComponent : boolean = true) :
5454
? 404
5555
: 500;
5656

57-
if (dev || true) {
57+
if (dev) {
5858
console.error(status, error);
5959
}
6060
}

0 commit comments

Comments
 (0)