Skip to content

Commit

Permalink
Merge pull request #36 from infocentric/feature/31-remove-logs
Browse files Browse the repository at this point in the history
Fixes #31: Remove console logs
  • Loading branch information
tho89 authored Jun 19, 2019
2 parents a79775b + 526f2e8 commit bc8587c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion srv/htl/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ module.exports = async function main (resource, template, userConfig = {}) {
}

let code = await compiler.compileToString(template)
console.log(code)

const filename = path.resolve(process.cwd(), config.outFile)
await fse.writeFile(filename, code, 'utf-8')
Expand Down
2 changes: 0 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ module.exports = {

config.resolve.alias
.set('@pages', pagesPath)

console.log(config.resolve.alias)
},
css: {
sourceMap: true,
Expand Down

0 comments on commit bc8587c

Please sign in to comment.