Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 8, 2024
1 parent 9d69309 commit b8f3abc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/astro/src/core/build/pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ export class BuildPipeline extends Pipeline {
throw new Error(`Expected a redirect route.`);
}
if (route.redirectRoute) {
console.log('[PIPELINE]', ASTRO_PAGE_MODULE_ID, route.redirectRoute);
const filePath = getEntryFilePath(this.internals, route.redirectRoute);
if (filePath) {
const url = createEntryURL(filePath, outFolder);
Expand All @@ -352,7 +351,6 @@ export class BuildPipeline extends Pipeline {
throw new Error(`Expected a redirect route.`);
}
if (route.redirectRoute) {
console.log('[PIPELINE]', ASTRO_PAGE_MODULE_ID, route.redirectRoute);
const filePath = getEntryFilePath(this.internals, route.redirectRoute);
if (filePath) {
const url = createEntryURL(filePath, outFolder);
Expand Down

0 comments on commit b8f3abc

Please sign in to comment.