Remove errant console.log (#51)

This commit is contained in:
Matthew Phillips 2021-04-01 16:57:32 -04:00 committed by GitHub
parent 1d73883469
commit 2646f800af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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