Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Stijn98s committed Nov 15, 2020
1 parent 8b3ebd6 commit 5775137
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/generate-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ module.exports = function generateCode(

var tempOutput = node.toString()

console.log(tempOutput)

if (
tempOutput.match(/\}\(.*.?Vue\);/) &&
tempOutput.includes('vue-class-component')
Expand Down

0 comments on commit 5775137

Please sign in to comment.