From 2646f800af80703ae6498232d270a4637fe56dca Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Thu, 1 Apr 2021 16:57:32 -0400 Subject: [PATCH] Remove errant console.log (#51) --- src/runtime.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime.ts b/src/runtime.ts index d7524433db..c12fb3e140 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