Remove errant console.log (#51)
This commit is contained in:
parent
1d73883469
commit
2646f800af
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue