Skip to content

Commit

Permalink
chore(hub-sites): remove temporary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannemarik committed Jun 27, 2024
1 parent eeb4835 commit bdee32d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/sites/src/create-site-model-from-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export function createSiteModelFromTemplate(
transforms: any,
hubRequestOptions: IHubRequestOptions
) {
console.log("HUB.JS - CREATE SITE MODEL FROM TEMPLATE START");
console.trace();
// add url to the assets, ref'ing the original location
template.assets = addSolutionResourceUrlToAssets(template, hubRequestOptions);
// We may have templates which lack .properties so let's ensure that exists
Expand Down Expand Up @@ -133,9 +131,6 @@ export function createSiteModelFromTemplate(
siteModel.data.values.title = getProp(settings, "solution.title");
}

console.log("HUB.JS - CREATE SITE MODEL FROM TEMPLATE END", siteModel);
console.trace();

return siteModel;
})
.catch((ex) => {
Expand Down

0 comments on commit bdee32d

Please sign in to comment.