Skip to content

Commit

Permalink
#68: cleanup excess logging
Browse files Browse the repository at this point in the history
  • Loading branch information
espen42 committed Sep 30, 2021
1 parent a02636e commit 5328180
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/shared/data/fetchContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ const buildContentFetcher = <T>({enonicConnectionConfig, querySelector, variable
const siteRelativeContentPath = getCleanContentPathArrayOrThrow400(contentPath);
const xpContentPath = getXpPath(siteRelativeContentPath);

console.log("siteRelativeContentPath", siteRelativeContentPath);
console.log("xpContentPath", xpContentPath);

const metaResult = await fetchMetaData(contentApiUrl, xpContentPath);

if (metaResult.error) {
Expand Down

0 comments on commit 5328180

Please sign in to comment.