Skip to content

Commit

Permalink
remove log before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Oct 4, 2016
1 parent 8b9bbd6 commit dc11833
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cli/cms/templates/abe-template.js
Expand Up @@ -51,8 +51,6 @@ export function includePartials(text) {
var abeImports = getAbeImport(text)

Array.prototype.forEach.call(abeImports, (abeImport) => {
console.log('* * * * * * * * * * * * * * * * * * * * * * * * * * * * *')
console.log('abeImport', abeImport)
var obj = Util.getAllAttributes(abeImport, {})

var file = obj.file
Expand Down

0 comments on commit dc11833

Please sign in to comment.