summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/runtime.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime.ts b/src/runtime.ts
index d7524433d..c12fb3e14 100644
--- a/src/runtime.ts
+++ b/src/runtime.ts
@@ -48,7 +48,6 @@ async function load(config: RuntimeConfig, rawPathname: string | undefined): Pro
// Non-Astro pages (file resources)
if (!existsSync(selectedPageLoc) && !existsSync(selectedPageMdLoc)) {
try {
- console.log('loading', reqPath);
const result = await frontendSnowpack.loadUrl(reqPath);
// success