Skip to content

Commit

Permalink
commenting out perf
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Sep 5, 2016
1 parent ab245d0 commit b2bcf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/models/Page.js
Expand Up @@ -41,7 +41,7 @@ export default class Page {
var template = Handlebars.templates[templateId];
this.html = template(json, {data: {intl: config.intlData}})

console.log('precompile')
//console.log('precompile')

} else {

Expand Down Expand Up @@ -114,7 +114,7 @@ export default class Page {
this.html = Hooks.instance.trigger('afterPageEditorCompile', this.html, json)
}

console.log('result: ' + ((new Date().getTime() - dateStart.getTime()) / 1000))
//console.log('result: ' + ((new Date().getTime() - dateStart.getTime()) / 1000))
}

_updateAbeAsAttribute() {
Expand Down

0 comments on commit b2bcf6e

Please sign in to comment.