Skip to content

Commit 5775137

Browse files
committed
remove console log
1 parent 8b3ebd6 commit 5775137

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/generate-code.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ module.exports = function generateCode(
2828

2929
var tempOutput = node.toString()
3030

31-
console.log(tempOutput)
32-
3331
if (
3432
tempOutput.match(/\}\(.*.?Vue\);/) &&
3533
tempOutput.includes('vue-class-component')

0 commit comments

Comments
 (0)