Skip to content

Commit b3d6a03

Browse files
committed
refactor: remove console.logs 👀
1 parent ce418b2 commit b3d6a03

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

‎jest-vue.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ var convert = require('convert-source-map')
99
const splitRE = /\r?\n/g;
1010

1111
function generateSourceMap (script, output, filePath, content, inputMap) {
12-
//console.log(output)
13-
// hot-reload source map busting
14-
console.log(path.basename(filePath))
15-
console.log(filePath)
1612
var hashedFilename = path.basename(filePath)
1713
var map = new sourceMap.SourceMapGenerator()
1814
map.setSourceContent(hashedFilename, content)
@@ -93,14 +89,7 @@ module.exports = {
9389
if (map) {
9490
output += '\n' + convert.fromJSON(map.toString()).toComment()
9591
}
96-
// console.log(generateSourceMap(script, output, path, src, inputMap))
97-
// console.log('inputMap', inputMap, '\n')
98-
// console.log('src', src, '\n')
99-
// console.log('path', path, '\n')
10092

101-
//console.log('\n', output, '\n')
102-
//console.log(output)
103-
// console.log('script', script, '\n')
10493
return {
10594
code: output,
10695
map: map

0 commit comments

Comments
 (0)