Skip to content

Commit bf92f9c

Browse files
committed
fix: clean console
1 parent c13e7f9 commit bf92f9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/relative.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ const relative = require('relative')
22
const upath = require('upath')
33

44
module.exports = function (...arv) {
5-
console.log(upath.normalize(relative(...arv)))
65
return upath.normalize(relative(...arv))
76
}

0 commit comments

Comments
 (0)