We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583a723 commit 05ac8e7Copy full SHA for 05ac8e7
src/routes/planets/[planet]/+page.ts
@@ -54,7 +54,7 @@ async function getDynamicImport(planet : Planet, isComponent : boolean = true) :
54
? 404
55
: 500;
56
57
- if (dev || true) {
+ if (dev) {
58
console.error(status, error);
59
}
60
0 commit comments