Skip to content

Commit

Permalink
fix(page-renderer.ts): remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mipatterson committed Apr 7, 2020
1 parent bf8f2e4 commit 38146be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rendering/page-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export class PageRenderer {
private _replaceGlobalsPage(globalsMapping: UrlMapping, templateMapping: UrlMapping): void {
globalsMapping.url = templateMapping.url;
globalsMapping.model.url = templateMapping.url;
console.log(globalsMapping.model.pagesPlugin);
}

private _getPluginModelMetadata(isPluginItem: boolean, item?: BaseItem, type?: ModelItemType): UrlMappingModelPluginMetadata {
Expand Down

0 comments on commit 38146be

Please sign in to comment.