Skip to content

Commit

Permalink
Merge pull request #12 from nkmr-jp/develop
Browse files Browse the repository at this point in the history
🐛 Remove log
  • Loading branch information
nkmr-jp authored Dec 17, 2023
2 parents 1e492a9 + 596e167 commit aadb61f
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 aadb61f

Please sign in to comment.