Skip to content

Commit

Permalink
🐛 Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmr-jp committed Dec 17, 2023
1 parent cbac973 commit 596e167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buildPath.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function buildPath(url, configFile, opts) {
pathArr.pop()

if (hostCfg.root !== undefined) {
console.log(pathArr)
pathArr[0] = hostCfg.root
}

Expand Down

0 comments on commit 596e167

Please sign in to comment.