Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
fix(fetchcomponents): uhhh woops
Browse files Browse the repository at this point in the history
  • Loading branch information
ostowe committed May 28, 2021
1 parent 86a120b commit 58effda
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/core/services/fetchComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ export async function fetchComponents(
context
);

log.error(
'OWEN TEST',
{
tags: createRouteLogTags({
hostname,
path,
search,
context,
}, env),
}
);

// Create abort controller and set timeout to abort fetch call.
// Default timeout is 10s, but can be configured with env var.
const controller = new AbortController();
Expand Down

0 comments on commit 58effda

Please sign in to comment.